1 2 3 4 5 6 7 8 9 10
pub mod file_tree; pub mod header; pub mod info; pub mod site; pub mod utils; pub const IN_DIR: &str = "content"; pub const OUT_DIR: &str = "_site"; pub const ASSET_DIR: &str = "assets"; pub const TEMPLATE_DIR: &str = "templates";