🐛 Adopt pagination.pagerSize config parameter

Fixes: #945
This commit is contained in:
James Panther
2024-10-07 10:39:17 +11:00
parent 923243f28a
commit e6825a4736
4 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -6,8 +6,10 @@
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]