1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/config.toml
2022-04-23 01:42:08 +02:00

14 lines
284 B
TOML

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