From 5c533a51e73cb477e36ef7eb466b969c2ed15134 Mon Sep 17 00:00:00 2001 From: revsuine Date: Tue, 19 Nov 2024 16:29:52 +0000 Subject: [PATCH] get rid of deprecated site config key --- hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 576a90d..9fec8a7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,6 @@ baseURL = 'https://revsuine.xyz/' languageCode = 'en-gb' title = 'revsuine' baseurl = "/" -paginate = 5 theme = 'boxgruv' @@ -10,6 +9,9 @@ theme = 'boxgruv' # allow you to set tags with tags = [ 'tags', 'here' ] in post front matter tag = 'tags' +[pagination] + pagerSize = 5 + ### TERMINAL THEME CONFIG ### # [params]