mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 16:31:51 +00:00
30 lines
908 B
TOML
30 lines
908 B
TOML
baseURL = "http://localhost:1312/"
|
|
languageCode = "en-us"
|
|
title = "Now Playing"
|
|
mainSections = ["a"]
|
|
paginate = 16
|
|
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®ion=garage&s3ForcePathStyle=true"
|