Skip to content

Commit d1fd540

Browse files
authored
remove rss_sections from docs (#2087)
1 parent 18e9053 commit d1fd540

File tree

1 file changed

+3
-24
lines changed
  • userguide/content/en/docs/adding-content

1 file changed

+3
-24
lines changed

userguide/content/en/docs/adding-content/content.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -619,30 +619,9 @@ You can also use this directory for other files used by your project, including
619619

620620
## RSS feeds
621621

622-
Hugo will, by default, create an RSS feed for the home page and any section. For the main RSS feed you can control which sections to include by setting a site param in your `hugo.toml`/`hugo.yaml`/`hugo.json`. This is the default configuration:
623-
624-
{{< tabpane >}}
625-
{{< tab header="Configuration file:" disabled=true />}}
626-
{{< tab header="hugo.toml" lang="toml" >}}
627-
[params]
628-
rss_sections = ["blog"]
629-
{{< /tab >}}
630-
{{< tab header="hugo.yaml" lang="yaml" >}}
631-
params:
632-
rss_sections: [blog]
633-
{{< /tab >}}
634-
{{< tab header="hugo.json" lang="json" >}}
635-
{
636-
"params": {
637-
"rss_sections": [
638-
"blog"
639-
]
640-
}
641-
}
642-
{{< /tab >}}
643-
{{< /tabpane >}}
644-
645-
To disable all RSS feeds, add the following to your `hugo.toml`/`hugo.yaml`/`hugo.json`:
622+
Hugo will, by default, create an RSS feed for the home page and any section.
623+
To disable all RSS feeds, add the following to your
624+
`hugo.toml`/`hugo.yaml`/`hugo.json`:
646625

647626
{{< tabpane >}}
648627
{{< tab header="Configuration file:" disabled=true />}}

0 commit comments

Comments
 (0)