mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Clean up language a bit around Configuring RSS entries
This closes #9 and closes rdwatters/hugo-docs-concept#150
This commit is contained in:
committed by
Anthony Fok
parent
0671aed5b6
commit
ed40185e0a
@@ -65,7 +65,7 @@ Hugo provides the ability for you to define any RSS type you wish and can have d
|
||||
|
||||
## Configuring RSS
|
||||
|
||||
By default, Hugo will create an unlimited number of RSS entries. You can limit this number via the `rssLimit:` field in your project's [`config` file][config].
|
||||
By default, Hugo will create an unlimited number of RSS entries. You can limit the number of articles included in the built-in RSS templates by assigning a numeric value to `rssLimit:` field in your project's [`config` file][config].
|
||||
|
||||
The following values will also be included in the RSS output if specified in your site’s configuration:
|
||||
|
||||
@@ -139,4 +139,4 @@ If you reference your RSS link, be sure to specify the MIME type with `type="app
|
||||
[config]: /getting-started/configuration/
|
||||
[embedded]: #the-embedded-rss-xml
|
||||
[RSS 2.0]: http://cyber.law.harvard.edu/rss/rss.html "RSS 2.0 Specification"
|
||||
[section]: /content-management/sections/
|
||||
[section]: /content-management/sections/
|
||||
|
||||
Reference in New Issue
Block a user