config(fix): move paginate to pagination.pagerSize (deprecation)

closes #746

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-10-18 15:54:45 +07:00
parent 0608f9f9fc
commit 363bd2e656
No known key found for this signature in database
GPG key ID: 5A5360B005AD68C7

View file

@ -6,10 +6,12 @@ resourceDir = "../resources"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
SectionPagesMenu = "main" SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = "" googleAnalytics = ""
enableRobotsTXT = true enableRobotsTXT = true
[pagination]
pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number
[languages] [languages]
[languages.en] [languages.en]
title = "Ananke" title = "Ananke"