fix: paginate deprecation
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m1s
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m1s
This commit is contained in:
parent
45c231a7a1
commit
b29787f86f
@ -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
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 10
|
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
|
|
||||||
buildDrafts = false
|
buildDrafts = false
|
||||||
@ -17,6 +16,9 @@ buildFuture = false
|
|||||||
|
|
||||||
# googleAnalytics = "G-XXXXXXXXX"
|
# googleAnalytics = "G-XXXXXXXXX"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
|
|
||||||
[imaging]
|
[imaging]
|
||||||
anchor = 'Center'
|
anchor = 'Center'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user