Site
Site is a fast, simple, and opinioned static site generator, written in
Rust. Highlights includes:
- Write your content in Markdown format. Site is using
pulldown_cmark.
- Uses Jinja2 template system. Site is using
tera template engine.
- Very simple. Blazingly fast.
- Inspired by Pelican, which is a
static site generator written in Python. Site has a similar concept of
Articles and Pages.
- Inflexible and opinioned by design. Site implements only what
hayato.io needs. If you want to customize, I'd recommend
to fork Site itself and update the forked one. Site is intentionally kept very
small so you can understand codebase and customize it easily.
Quick start
Install
shell
cargo install site
Usages
No documentations yet.
Use this GitHub repository
as your starter boilerplate, which is the source of
hayato.io.
Makefile
there includes the example usages of Site
.