logarion-2016/web.toml
2017-08-25 09:32:09 +01:00

14 lines
278 B
TOML

[general]
url = "http://localhost:3666"
stylesheets = [ "style.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"