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

#28 in #blazing

BSD-3-Clause

31KB
589 lines

ferru

A static site generator written in Rust.

Inspiration

johannhof/lava cobalt-org/cobalt.rs


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

~5.5MB
~115K SLoC