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