19 lines
422 B
TOML
19 lines
422 B
TOML
[general]
|
|
title = "Logarion"
|
|
owner = "Name"
|
|
email = "name@example.com"
|
|
uuid = "" # Generate UUID using `uuidgen` or https://www.uuidgenerator.net/
|
|
|
|
[web]
|
|
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"
|