5 releases
Uses old Rust 2015
0.4.0 | Feb 28, 2018 |
---|---|
0.3.3 | Feb 28, 2018 |
0.3.2 | Feb 21, 2018 |
0.3.1 | Feb 19, 2018 |
0.3.0 | Feb 18, 2018 |
#27 in #blazing
31KB
589 lines
ferru
A static site generator written in Rust.
Inspiration
lib.rs
:
Ferru is a lightweight, blazing fast static site generator.
This crate provides a static site generator which can read in a series of templates and documents. It can then parse the documents to separate them into a body and a header. Using rust-mustache it then renders the attributes in the document header as the data to be templated in. It can also then render a final output by rendering the compiled string as the data for another template file.
Ferru can also copy static files over to the directory of the generated website.
Dependencies
~6MB
~115K SLoC