From 4417bac6894ed174e3e9c8772fdaa060e5ce3e0d Mon Sep 17 00:00:00 2001 From: ditatompel Date: Fri, 5 Jan 2024 16:49:43 +0700 Subject: [PATCH] chore: Limit last 9 posts on rss feeds #48 --- config/_default/hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index b4c238b..63e9bad 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -72,6 +72,8 @@ outputs: - SearchIndex # required by search module. - WebAppManifest # required by PWA module to make your site installable. +rssLimit: 9 + taxonomies: authors: authors # multiple authors. tags: tags