fix: paginate deprecation
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m1s

This commit is contained in:
d3vyce 2024-12-11 16:17:59 +01:00
parent 45c231a7a1
commit b29787f86f

View File

@ -9,7 +9,6 @@ defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 10
summaryLength = 0
buildDrafts = false
@ -17,6 +16,9 @@ buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
[pagination]
pagerSize = 10
[imaging]
anchor = 'Center'