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/