.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
krile
Krile is a reference implementation of a CLI frontend for shtola.
It's pretty unstable, since it usually tracks prerelease versions of shtola, I mostly use it for myself. You're welcome to use it as the basis for your own frontend though.
Installation
cargo install krile
Usage
# Minimal configuration
krile page-source/ # outputs to ./dest/
# Clean destination directory (my-dest/) before building
krile page-source/ my-dest/ -c
# Don't run the markdown plugin
krile page-source/ -i markdown
License
AGPL 3.0.