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"