Skip to content

Commit b4559bf

Browse files
committed
Fix rss
Fix #457
1 parent 18524cd commit b4559bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exampleSite/config.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ theme = "hello-friend-ng"
66
PygmentsCodeFences = true
77
PygmentsStyle = "monokai"
88

9-
rssLimit = 10 # Maximum number of items in the RSS feed.
109
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
1110

1211
archetypeDir = "archetypes"
@@ -35,6 +34,10 @@ disableHugoGeneratorInject = false
3534
path = 'page'
3635

3736
[services]
37+
[services.rss]
38+
# Maximum number of items in the RSS feed.
39+
limit = 42
40+
3841
# [services.disqus]
3942
# shortname = 'your-disqus-shortname'
4043
# [services.googleAnalytics]

0 commit comments

Comments
 (0)