blust 0.1.2

another static blog generator
1
2
3
pub static CSS: &[u8] = include_bytes!("style.css");
pub static TEMPLATE_NOTA: &[u8] = include_bytes!("nota.hbs");
pub static TEMPLATE_INDEX: &[u8] = include_bytes!("index.hbs");