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]