1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 18:17:56 +00:00
now-playing/config.toml

14 lines
286 B
TOML
Raw Normal View History

2019-11-27 17:06:26 +00:00
baseURL = "http://127.0.0.1:8080/"
2019-11-27 02:56:03 +00:00
languageCode = "en-us"
2019-11-27 17:06:26 +00:00
title = "Now Playing"
2019-12-07 21:02:48 +00:00
author = "the Glitch Family"
2019-11-27 02:56:03 +00:00
mainSections = ["musics"]
2019-11-27 17:06:26 +00:00
paginate = 16
2019-12-03 19:57:03 +00:00
disableKinds = ["taxonomy", "taxonomyTerm"]
[imaging]
quality = 95
2022-03-26 13:51:37 +00:00
[security]
[security.funcs]
getenv = [ "^HUGO_", "CONTEXT" ]