2026-03-30
Flat Files, Artifact Kinds, and Page Output Policy
Route shape, artifact semantics, and page output policy are separate decisions so the site can emit pages, XML, JSON, and literal flat files without awkward special cases.
Blog tags
Generated blog tag pages keep taxonomy handling in ordinary Rust instead of hiding it behind a DSL.
2026-03-30
Route shape, artifact semantics, and page output policy are separate decisions so the site can emit pages, XML, JSON, and literal flat files without awkward special cases.
2026-03-30
Generated route families keep taxonomies, sitemap pages, and other computed outputs explicit without pushing route bookkeeping into the site program.