Skip to content

charlyisidore/vitrine

Repository files navigation

Vitrine

A scriptable static site generator written in Rust.

This software is currently at an early development stage.

Installation

Using Cargo:

cargo install vitrine

Usage

Move to the directory containing your source files (Markdown, SCSS, etc.).

Build the site:

vitrine

Output files will be located in the _site folder.

Contributing

Please open an issue before sending a pull request.

License

Vitrine is released under AGPL-3.0-only.