11 lines
337 B
TOML
11 lines
337 B
TOML
[general]
|
|
url = "http://localhost:3000/"
|
|
stylesheets = [ "style.css" ]
|
|
|
|
[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"
|