diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 8641c4f6e..85d63a1a3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -9,7 +9,6 @@ defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles enableRobotsTXT = true -paginate = 10 summaryLength = 0 buildDrafts = false @@ -19,6 +18,9 @@ enableEmoji = true # googleAnalytics = "G-XXXXXXXXX" +[pagination] + pagerSize = 100 + [imaging] anchor = 'Center'