shtola 0.4.1

Minimal static site generator
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "markdown")]
pub mod markdown;

#[cfg(feature = "tera_layouts")]
pub mod tera_layouts;

pub mod pretty_links;