10 lines
215 B
TOML
10 lines
215 B
TOML
[general]
|
|
url = "http://localhost:3000/"
|
|
stylesheets = [ "style.css" ]
|
|
|
|
[templates]
|
|
header = "share/header.mustache"
|
|
index = "share/index.mustache"
|
|
listing = "share/listing.mustache"
|
|
text = "share/text.mustache"
|