1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-04 07:37:56 +00:00
now-playing/config.toml
2022-03-26 14:51:37 +01:00

14 lines
286 B
TOML

baseURL = "http://127.0.0.1:8080/"
languageCode = "en-us"
title = "Now Playing"
author = "the Glitch Family"
mainSections = ["musics"]
paginate = 16
disableKinds = ["taxonomy", "taxonomyTerm"]
[imaging]
quality = 95
[security]
[security.funcs]
getenv = [ "^HUGO_", "CONTEXT" ]