summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml4
1 files 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]