Djordje Atlialp 2024-10-18 00:37:11 +02:00
parent 18524cd06e
commit b4559bffdb

View file

@ -6,7 +6,6 @@ theme = "hello-friend-ng"
PygmentsCodeFences = true PygmentsCodeFences = true
PygmentsStyle = "monokai" PygmentsStyle = "monokai"
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
archetypeDir = "archetypes" archetypeDir = "archetypes"
@ -35,6 +34,10 @@ disableHugoGeneratorInject = false
path = 'page' path = 'page'
[services] [services]
[services.rss]
# Maximum number of items in the RSS feed.
limit = 42
# [services.disqus] # [services.disqus]
# shortname = 'your-disqus-shortname' # shortname = 'your-disqus-shortname'
# [services.googleAnalytics] # [services.googleAnalytics]