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:
parent
4dfbd2f4b4
commit
4c9272b4c8
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ baseURL = "http://localhost:1312/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Now Playing"
|
title = "Now Playing"
|
||||||
mainSections = ["a"]
|
mainSections = ["a"]
|
||||||
paginate = 16
|
[pagination]
|
||||||
|
disableAliases = false
|
||||||
|
pagerSize = 16
|
||||||
|
path = 'page'
|
||||||
disableKinds = ["taxonomy"]
|
disableKinds = ["taxonomy"]
|
||||||
[params]
|
[params]
|
||||||
description = "Collection of Handpicked Albums by Guérilla.Studio"
|
description = "Collection of Handpicked Albums by Guérilla.Studio"
|
||||||
|
|
Loading…
Reference in a new issue