Replace deprecated paginate config
Some checks failed
Build and push chill website image / build (push) Failing after 33s

This commit is contained in:
Julie Lenaerts 2025-07-16 15:22:46 +02:00
parent 075c29b495
commit af835683b9

View File

@ -12,8 +12,8 @@ theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "Europe/Brussels"
# post pagination
paginate = 2 # see https://gohugo.io/extras/pagination/
[pagination]
pagerSize = 2 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/