From a8280545f915500c483deabb7ca11058db332724 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 7 Sep 2024 18:49:28 +0200 Subject: [PATCH] fix: site config key paginate was deprecated --- exampleSite/hugo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index adcc792..ff9ff17 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -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/