1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-11-29 23:21:40 +00:00
now-playing/config.toml
Tixie 4c9272b4c8
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."
2024-11-09 03:56:33 +01:00

33 lines
965 B
TOML

baseURL = "http://localhost:1312/"
languageCode = "en-us"
title = "Now Playing"
mainSections = ["a"]
[pagination]
disableAliases = false
pagerSize = 16
path = 'page'
disableKinds = ["taxonomy"]
[params]
description = "Collection of Handpicked Albums by Guérilla.Studio"
[params.author]
name = "Guérilla.Studio"
url = "https://guerilla.studio"
[params.creator]
name = "Guérilla.Studio"
url = "https://guerilla.studio"
[params.hosting]
name = "Deuxfleurs"
url = "https://deuxfleurs.fr"
prefixtext = "Big thanks to"
suffixtext = "for providing an eco-responsible and distributed web hosting."
[imaging]
quality = 95
[security]
[security.funcs]
getenv = [ "^HUGO_", "CONTEXT", "URL", "BASE_URL", "UMAMI_DOMAIN", "UMAMI_ID" ]
## Deploy into a Garage bucket at Deuxfleurs
[[deployment.targets]]
name = "deuxfleurs"
URL = "s3://music.guerilla.studio&endpoint=garage.deuxfleurs.fr&region=garage&s3ForcePathStyle=true"