mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update pagination configuration to use new struct
This commit is contained in:
@@ -5,7 +5,6 @@ defaultContentLanguage = "en"
|
|||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
paginate = 100
|
|
||||||
pluralizeListTitles = false
|
pluralizeListTitles = false
|
||||||
timeZone = "Europe/Oslo"
|
timeZone = "Europe/Oslo"
|
||||||
title = "Hugo"
|
title = "Hugo"
|
||||||
@@ -13,6 +12,9 @@ title = "Hugo"
|
|||||||
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
||||||
disableAliases = true
|
disableAliases = true
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 100
|
||||||
|
|
||||||
[services.googleAnalytics]
|
[services.googleAnalytics]
|
||||||
ID = 'G-MBZGKNMDWC'
|
ID = 'G-MBZGKNMDWC'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user