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

11 lines
217 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