| Crates.io | krile |
| lib.rs | krile |
| version | 0.5.7 |
| created_at | 2021-07-21 12:38:55.993525+00 |
| updated_at | 2023-03-19 16:30:53.587002+00 |
| description | A static site generator |
| homepage | |
| repository | https://codeberg.org/shadows_withal/shtola/src/branch/main/krile |
| max_upload_size | |
| id | 425503 |
| size | 39,954 |
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.
cargo install krile
# 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
AGPL 3.0.