fix paginate → pagination.pagerSize

WARN  deprecated: site config key paginate was deprecated in Hugo
v0.128.0 and will be removed in a future release. Use
pagination.pagerSize instead.
main
Dominic Reich 4 weeks ago
parent dec1169e35
commit daa5ee3281
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -7,11 +7,13 @@ defaultContentLanguage = "en"
relativeURLs = false
enableRobotsTXT = true
paginate = 10
summaryLength = 0
ignoreFiles = [ "\\.temp$" ]
[pagination]
pagerSize = 10
# [permalinks]
# #post = '/:sections[last]/:year-:month-:day-:slug/'
# posts = '/:sections[last]/:year-:month-:day-:slug/'
@ -102,3 +104,4 @@ section = [ "HTML", ]
page = [ "HTML" ]
taxonomy = [ "HTML" ]
#taxonomyTerm = [ "HTML" ]

Loading…
Cancel
Save