1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2025-02-23 02:10:12 +00:00
now-playing/config.toml

25 lines
678 B
TOML
Raw Normal View History

2024-04-21 22:31:35 +02:00
baseURL = "http://localhost:1312/"
2019-11-27 03:56:03 +01:00
languageCode = "en-us"
2019-11-27 18:06:26 +01:00
title = "Now Playing"
2022-04-23 01:23:53 +02:00
mainSections = ["a"]
2019-11-27 18:06:26 +01:00
paginate = 16
disableKinds = ["taxonomy"]
2023-02-20 02:08:02 +01:00
[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"
[imaging]
quality = 95
2022-03-26 14:51:37 +01:00
[security]
2023-02-20 02:08:02 +01:00
[security.funcs]
2024-04-21 22:31:35 +02:00
getenv = [ "^HUGO_", "CONTEXT", "URL", "BASE_URL" ]
## Deploy into a Garage bucket at Deuxfleurs
[[deployment.targets]]
name = "deuxfleurs"
URL = "s3://now-playing?endpoint=garage.deuxfleurs.fr&region=garage&s3ForcePathStyle=true"