From 4ccbe9f5b95f01dd830418a6254587842ec22f9b Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 10:16:21 -0500 Subject: [PATCH] Add RSS and LLM outputs to Hugo build --- hugo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 530ad24..51e07d3 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -25,6 +25,11 @@ enableGitInfo: true enableInlineShortcodes: true enableEmoji: true +outputs: + home: [html, rss, llms] + page: [html, rss, llms] + section: [html, rss, llms] + menu: main: - identifier: datasets