diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index ee236f6..8fd6fd4 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,13 +1,15 @@ theme = "blowfish" defaultContentLanguage = "en" enableRobotsTXT = true -paginate = 10 summaryLength = 0 buildDrafts = false buildFuture = false googleAnalytics = "" baseURL = "/" +[pagination] +pagerSize = 10 + [imaging] anchor = "Center"