logarion-2016/web.toml
2017-04-06 01:18:17 +01:00

14 lines
388 B
TOML

[general]
url = "http://localhost:3666"
port = 3666
stylesheets = [ "style.css" ]
static_dir = "share/static"
uuid = ""
[templates]
header = "share/html_templates/header.mustache"
index = "share/html_templates/index.mustache"
listing = "share/html_templates/listing.mustache"
listing_entry = "share/html_templates/listing-entry.mustache"
text = "share/html_templates/text.mustache"