aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content
Commit message (Collapse)AuthorAge
* Add Atom feeds for sectionsNicholas Johnson15 hours
| | | | | | | | | Sections were the one listing kind without a feed of their own, though the section templates already linked one whenever the output format was configured. Add the two feed templates, modelled on the taxonomy and term ones, and turn the format on for sections in the example site. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Add an example siteNicholas Johnson14 hours
The theme shipped no runnable site and documented no configuration, so every setting it reads had to be discovered by reading the templates, and there was nothing to build against when changing them. The build failure that unset RSS limits caused would have been caught immediately by an example site. The two configuration files are the separate website and capsule configurations the readme asks for, annotated with what each setting does and which are optional. The content demonstrates entries, tags, references, a standalone page and the front matter keys that control them. Also ignore build output, which no rule previously covered. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>