From 4d419a128ef0b9c8ae18cceb66e35046b5f255d5 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 21 Aug 2024 12:19:10 -0700 Subject: [PATCH] Update pagination configuration to use new struct --- hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 63cc32798..2a271b6e3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,7 +5,6 @@ defaultContentLanguage = "en" enableEmoji = true ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"] languageCode = "en-us" -paginate = 100 pluralizeListTitles = false timeZone = "Europe/Oslo" title = "Hugo" @@ -13,6 +12,9 @@ title = "Hugo" # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). disableAliases = true +[pagination] +pagerSize = 100 + [services.googleAnalytics] ID = 'G-MBZGKNMDWC'