arse/test_files/test-config.toml

15 lines
281 B
TOML

[site]
name = "My Awesome Blog!"
author = "Neo"
url = "https://something.cool.here"
template = "special.tmpl"
topics = ["one", "two", "three", "gallery"]
[server]
bind = "0.0.0.0"
port = 8901
[docpaths]
templates = "test_files/site/templates"
webroot = "test_files/site/webroot"