mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-08 10:11:52 +00:00
13 lines
289 B
TOML
13 lines
289 B
TOML
baseURL = "http://127.0.0.1:8080/"
|
|
languageCode = "en-us"
|
|
title = "Now Playing"
|
|
author = "Glitch.Family"
|
|
mainSections = ["musics"]
|
|
paginate = 16
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
|
|
[imaging]
|
|
quality = 95
|
|
[security]
|
|
[security.funcs]
|
|
getenv = [ "^HUGO_", "CONTEXT", "URL" ]
|