logarion-2016/web.toml
2017-08-26 10:32:38 +01:00

14 lines
277 B
TOML

[general]
url = "http://localhost:3666"
stylesheets = [ "main.css" ]
static_dir = "share/static"
[templates]
dir = "share/html_templates"
header = "header.mustache"
note = "note.mustache"
front = "frontpage.mustache"
list = "list.mustache"
item = "item.mustache"