d166e86435cfe7fb95940cf61ac302eecc6da56c
- Cargo.toml: Add toml and serde dependencies - site.toml: New config with title, author, base_url - src/config.rs: SiteConfig struct with load() function - src/error.rs: Add Error::Config for parse errors - src/main.rs: Load site.toml, thread config and page paths through generators - src/templates.rs: Use config.title in nav/titles, config.author in footer, config.base_url for canonical URLs. All three config fields verified in generated HTML output.
Description
Languages
Rust
68.7%
Scheme
19.1%
CSS
11.7%
Nix
0.5%