A scriptable static site generator written in Rust.
This software is currently at an early development stage.
Using Cargo:
cargo install vitrine
Move to the directory containing your source files (Markdown, SCSS, etc.).
Build the site:
vitrine
Output files will be located in the _site
folder.
Please open an issue before sending a pull request.
Vitrine is released under AGPL-3.0-only.