aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/hugo.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-09-01 14:51:15 +0200
committerBjørn Erik Pedersen <[email protected]>2024-09-01 14:51:15 +0200
commit0c453420e6fceccf36d06cea0a9e53ac6b8401ba (patch)
tree87ad2200fe06c073070396a0ce6342b018fac332 /docs/hugo.toml
parent469124823c8cb4477816686f56efdeebc79a9044 (diff)
parentdec8cd4ada29218971743333f8ac662a9c06aad8 (diff)
downloadhugo-0c453420e6fceccf36d06cea0a9e53ac6b8401ba.tar.gz
hugo-0c453420e6fceccf36d06cea0a9e53ac6b8401ba.zip
Merge commit 'dec8cd4ada29218971743333f8ac662a9c06aad8'
Diffstat (limited to 'docs/hugo.toml')
-rw-r--r--docs/hugo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hugo.toml b/docs/hugo.toml
index 63cc32798..2a271b6e3 100644
--- a/docs/hugo.toml
+++ b/docs/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'