diff options
| author | Nicholas Johnson <> | 2026-09-20 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-20 00:00:00 +0000 |
| commit | 9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40 (patch) | |
| tree | e36a09220dac10cdd7c9f84bf58a3e8c95949d875e656d6c4b7f34acb3e1e997 /README.md | |
| parent | 708309f9c25dd69d85833edf410a7a777fdf056ebdf6042f3539520313960452 (diff) | |
| download | hugo-theme-journal-9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40.tar.gz hugo-theme-journal-9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40.zip | |
Add Atom feeds for sections
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -62,7 +62,7 @@ Every page kind that the site renders must list its output formats, because Hugo ```toml [outputs] home = ["HTML", "Atom"] - section = ["HTML"] + section = ["HTML", "Atom"] taxonomy = ["HTML", "Atom"] term = ["HTML", "Atom"] page = ["HTML"] @@ -73,12 +73,14 @@ And for the capsule: ```toml [outputs] home = ["Gemini", "Gemini_Atom"] - section = ["Gemini"] + section = ["Gemini", "Gemini_Atom"] taxonomy = ["Gemini", "Gemini_Atom"] term = ["Gemini", "Gemini_Atom"] page = ["Gemini"] ``` +A feed is rendered for every kind that lists `Atom` or `Gemini_Atom`: the homepage, each section, the taxonomy list and each term. Leave the format out of a kind to omit that feed. + ### Optional | Setting | Default | Purpose | |
