From 176d24e38d3a54676f7995f0271bdfb2aeb54594 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 14 Feb 2025 21:47:53 -0800 Subject: [PATCH] Enable feed outputs in example site --- exampleSite/hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index d9ee96b9..0eb79cf8 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -29,10 +29,10 @@ startlevel = 2 path = "github.com/willfaught/paige" [outputs] -home = ["html", "paige-search"] -section = ["html"] -taxonomy = ["html"] -term = ["html"] +home = ["atom", "html", "paige-search", "rss"] +section = ["atom", "html", "rss"] +taxonomy = ["atom", "html", "rss"] +term = ["atom", "html", "rss"] [pagination] pagersize = 50