15 releases

0.5.7 Mar 19, 2023
0.5.6 Nov 10, 2021
0.5.0 Sep 21, 2021
0.4.1 Jul 23, 2021
0.1.1 Jul 21, 2021

#749 in Web programming

AGPL-3.0-or-later

12KB
65 lines

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.

Dependencies

~6.5–10MB
~170K SLoC