Documentation

Tag: config

Downloads & redirects

Beyond rendered pages, a site's [`site.toml`](/docs/site/config) serves two things directly: **redirects** and **file downloads** (composed assets). Both are matched before page rendering and are read

site.toml reference

`site.toml` is the repo-local configuration for a site. It lives at the root of the site's content store, next to the pages. Every field is optional — a site serves without one — and it is read fresh

2026-07-10 sites config reference