5 releases

0.1.4 Feb 27, 2024
0.1.3 Jan 21, 2024
0.1.2 Jan 11, 2024
0.1.1 Jan 2, 2024
0.1.0 Nov 9, 2023

#75 in #site

Download history 14/week @ 2023-12-28 6/week @ 2024-01-04 17/week @ 2024-01-11 1/week @ 2024-01-18 115/week @ 2024-02-22 36/week @ 2024-02-29 9/week @ 2024-03-07 9/week @ 2024-03-14

86 downloads per month
Used in vitrine

AGPL-3.0-only

15KB
315 lines

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.


lib.rs:

Procedural macros for Vitrine.

Dependencies

~300–740KB
~18K SLoC