From 7d182ff3cb959ec112b91090dfade405cab8f1cb Mon Sep 17 00:00:00 2001 From: Marie Katrine Ekeberg Date: Thu, 15 Aug 2024 15:37:22 +0200 Subject: [PATCH] Increase the rss/atom feed limit a tiny bit --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index cf869c6..29464b3 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,8 @@ include: [".well-known"] exclude: ["org", "scripts", "*.org", "Gemfile", "Gemfile.lock"] sass: style: compressed +feed: + post_limit: 15 plugins: - jekyll-sitemap - jekyll-paginate