From 3acb7b213ee40bfdfb42fb8d2c55f5399c26826a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Feb 2021 16:24:08 +0100 Subject: [PATCH] more config+ --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index fbeb2d0..2e3000f 100644 --- a/config.toml +++ b/config.toml @@ -213,7 +213,7 @@ pygmentsCodefencesGuessSyntax = true # date format (month and day) dateFormat = "01-02" # amount of RSS pages - rss = -1 + rss = 10000 # List (category or tag) page config [params.list] @@ -222,7 +222,7 @@ pygmentsCodefencesGuessSyntax = true # date format (month and day) dateFormat = "01-02" # amount of RSS pages - rss = -1 + rss = 10000 # Page config [params.page]