From 9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 20 Sep 2026 00:00:00 +0000 Subject: 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 --- exampleSite/hugo.gemini.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/hugo.gemini.toml') diff --git a/exampleSite/hugo.gemini.toml b/exampleSite/hugo.gemini.toml index 64d3956..afca2d5 100644 --- a/exampleSite/hugo.gemini.toml +++ b/exampleSite/hugo.gemini.toml @@ -43,7 +43,7 @@ disableKinds = ["404", "sitemap"] # into the capsule. [outputs] home = ["Gemini", "Gemini_Atom"] - section = ["Gemini"] + section = ["Gemini", "Gemini_Atom"] taxonomy = ["Gemini", "Gemini_Atom"] term = ["Gemini", "Gemini_Atom"] page = ["Gemini"] -- cgit v1.2.3