diff --git a/config/_default/config.toml b/config/_default/config.toml index 4e4b1f4..1ec25eb 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -7,11 +7,13 @@ defaultContentLanguage = "en" relativeURLs = false enableRobotsTXT = true -paginate = 10 summaryLength = 0 ignoreFiles = [ "\\.temp$" ] +[pagination] +pagerSize = 10 + # [permalinks] # #post = '/:sections[last]/:year-:month-:day-:slug/' # posts = '/:sections[last]/:year-:month-:day-:slug/' @@ -102,3 +104,4 @@ section = [ "HTML", ] page = [ "HTML" ] taxonomy = [ "HTML" ] #taxonomyTerm = [ "HTML" ] +