feat: reconstruct krile source

This commit is contained in:
liv 2023-03-19 17:20:25 +01:00
parent e91056fee5
commit 4fa8813869
7 changed files with 270 additions and 2 deletions

27
krile/README.md Normal file
View file

@ -0,0 +1,27 @@
# krile
Krile is a reference implementation of a CLI frontend for [shtola](https://crates.io/crates/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
```sh
cargo install krile
```
## Usage
```sh
# 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.