1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-11-17 09:11:52 +00:00

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."
This commit is contained in:
Tixie Salander 2024-11-09 03:50:26 +01:00
parent 4dfbd2f4b4
commit 4c9272b4c8
No known key found for this signature in database

View file

@ -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"