From 514046ff1cf9210a22e7fc49f2ae1840b4f26c38 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 11 Sep 2024 19:56:50 +0200 Subject: [PATCH] Remove deprecation warning --- config/_default/hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"