mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
18.54.2024 363bd2e656f0bcb60176204073844dcf45b1aefd
config(fix): move paginate to pagination.pagerSize (deprecation)

closes #746

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
1 files modified
4 ■■■ changed files
exampleSite/config.toml 4 ●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -6,10 +6,12 @@
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3                  # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[pagination]
pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number
[languages]
[languages.en]
title = "Ananke"