bckt 0.6.7

bckt is an opinionated but flexible static site generator for blogs
1
2
3
4
5
6
7
8
9
10
mod date_format;
mod model;
mod project;
mod search;
mod timezone;

// Re-export public items
pub use model::Config;
pub use project::find_project_root;
pub use search::{SearchConfig, SearchLanguageConfig};