vitrine

Crates.iovitrine
lib.rsvitrine
version0.1.29
sourcesrc
created_at2023-10-15 02:21:29.923219
updated_at2024-06-23 13:20:49.061202
descriptionA scriptable static site generator
homepage
repositoryhttps://github.com/charlyisidore/vitrine
max_upload_size
id1003426
size373,763
Charly Lersteau (charlyisidore)

documentation

README

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.

Commit count: 155

cargo fmt