From c5b94e6f700d0bbc4e41494a4ab89d14b81fc4d3 Mon Sep 17 00:00:00 2001 From: Chase Naples Date: Sat, 4 Oct 2025 22:02:11 -0400 Subject: [PATCH] Link RSS docs to official Hugo guide --- userguide/content/en/docs/adding-content/content.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/userguide/content/en/docs/adding-content/content.md b/userguide/content/en/docs/adding-content/content.md index be22b31990..58108bdcd3 100644 --- a/userguide/content/en/docs/adding-content/content.md +++ b/userguide/content/en/docs/adding-content/content.md @@ -827,8 +827,11 @@ configuring multiple directories for ## RSS feeds -Hugo will, by default, create an RSS feed for the home page and any section. To -disable all RSS feeds, add the following to your +Hugo automatically generates RSS feeds for the home page and each section. The +[Hugo RSS documentation](https://gohugo.io/templates/rss/) covers the available +templates, how to customize them, and tips for exposing your feeds to readers. + +To disable RSS feeds entirely, add the following to your `hugo.toml`/`hugo.yaml`/`hugo.json`: