krile

Crates.iokrile
lib.rskrile
version0.5.7
sourcesrc
created_at2021-07-21 12:38:55.993525
updated_at2023-03-19 16:30:53.587002
descriptionA static site generator
homepage
repositoryhttps://codeberg.org/shadows_withal/shtola/src/branch/main/krile
max_upload_size
id425503
size39,954
liv (shadows-withal)

documentation

README

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.

Commit count: 0

cargo fmt