From 0ef36c0ab31157500741882863231d074220937f Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 13 Nov 2024 12:31:51 -0500 Subject: [PATCH] hugo: update pagination --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index cef6f94..98b242b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,7 @@ theme = "hello-friend-ng" # https://github.com/rhazdon/hugo-theme-hello-fri PygmentsCodeFences = false PygmentsStyle = "monokai" -paginate = 10 +pagination.pagerSize = 10 archetypeDir = "archetypes" contentDir = "content"