Replaced deprecated "paginate" key with "pagination.pagerSize" (#518)

* Update config.toml

Replaced deprecated key "paginate".

* Update README.md

Replaced deprecated key "paginate".
This commit is contained in:
mag37 2025-01-06 12:07:57 +01:00 committed by GitHub
parent ae52f107f9
commit 6122019375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
baseurl = "https://example.com/"
languageCode = "en-us"
theme = "hugo-theme-terminal"
paginate = 5
pagination.pagerSize = 5
[markup.goldmark.renderer]
unsafe = true