Fix pagination config in Hugo

This commit is contained in:
Renne Rocha 2025-04-30 22:30:36 -03:00
parent f231c3da8e
commit b5237c2f5d

View file

@ -2,7 +2,8 @@ baseurl: "https://rennerocha.com/"
languageCode: "pt-br" languageCode: "pt-br"
title: "Renne Rocha" title: "Renne Rocha"
theme: "hugo-tania" theme: "hugo-tania"
paginate: 6 pagination:
pagerSize: 6
params: params:
author: "Renne Rocha" author: "Renne Rocha"