diff --git a/config.toml b/config.toml index ca282e38..69242248 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,9 @@ enableRobotsTXT = true # for .Lastmod to work with .GitInfo: --enableGitInfo https://gohugo.io/variables/git/ enableGitInfo = true +[services.rss] + limit = 50 + [taxonomies] tag = "tags" category = "categories"