From 3a3f98d8fed27c046f352491108ff542781c6785 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Sun, 15 Dec 2024 05:02:07 +0100 Subject: [PATCH] Remove depricated param. --- hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 8ba3999..35e17d3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,9 @@ baseurl = "https://kaholaz.net" title = "Sebastian Bugge" languageCode = "nb-NO" theme = "hello-friend-ng" -paginate = 10 + +[pagination] + pagerSize = 10 PygmentsCodeFences = true PygmentsStyle = "monokai"