From 59fba263db5285e2077483128d37c82aa9050962 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 19 Jan 2025 12:20:05 -0800 Subject: [PATCH] Use pagination.pagersize --- exampleSite/hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 26295856..aa4b0650 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -1,6 +1,5 @@ baseurl = "https://example.com" enablerobotstxt = true -paginate = 50 timezone = "America/Los_Angeles" titlecasestyle = "Go" @@ -35,6 +34,9 @@ section = ["html"] taxonomy = ["html"] term = ["html"] +[pagination] +pagersize = 50 + [params.paige.list_page] disable_authors = true disable_date = true