Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions userguide/content/en/docs/adding-content/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

<!-- prettier-ignore-start -->
Expand Down