fix(exampleSite): site config key paginate was deprecated (#1057)

fix: site config key paginate was deprecated
This commit is contained in:
Jimmy Cai 2024-09-07 18:51:18 +02:00 committed by GitHub
parent 8556681b7c
commit 5f157478aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
baseurl: https://example.com/ baseurl: https://example.com/
languageCode: en-us languageCode: en-us
theme: hugo-theme-stack theme: hugo-theme-stack
paginate: 3
title: Example Site title: Example Site
copyright: Example Person copyright: Example Person
@ -42,6 +41,9 @@ services:
googleAnalytics: googleAnalytics:
id: id:
pagination:
pagerSize: 3
permalinks: permalinks:
post: /p/:slug/ post: /p/:slug/
page: /:slug/ page: /:slug/