mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-08 09:11:51 +00:00
13 lines
284 B
TOML
13 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" ]
|