From 4c9272b4c8c241b24912c291959430e211b47ef9 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 9 Nov 2024 03:50:26 +0100 Subject: [PATCH] Update pagination config "WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead." --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8a42abc..b8eb2cf 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,10 @@ baseURL = "http://localhost:1312/" languageCode = "en-us" title = "Now Playing" mainSections = ["a"] -paginate = 16 +[pagination] + disableAliases = false + pagerSize = 16 + path = 'page' disableKinds = ["taxonomy"] [params] description = "Collection of Handpicked Albums by Guérilla.Studio"