commit 5d5803845a4e5ec53dd33960e76a607659fb42b8
parent f38c76f2c547fb0982fa8b9f4a178c37aac96e4c
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 8 Feb 2025 17:28:21 -0800
Migrate from paginate to pagination.pagerSize
Was getting the following error:
Site config key paginate was deprecated in Hugo v0.128.0 and subsequently removed.
Use pagination.pagerSize instead.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -9,7 +9,6 @@ theme = "mofo"
preserveTaxonomyNames = true
hasCJKLanguage = true
-paginate = 5
[author]
name = "Chris Bracken"
@@ -45,6 +44,9 @@ paginate = 5
[menu.main.params]
rel = "me"
+[pagination]
+ pagerSize = 5
+
[params]
since = "2000" # Initial site creation, start of copyright.
dateFormat = "02 January 2006" # See https://gohugo.io/functions/format/