10 lines
162 B
TOML
10 lines
162 B
TOML
extension = "md"
|
|
notesdir = "saved_notes"
|
|
|
|
[templates]
|
|
dir = "templates"
|
|
base = "base.tmpl.html"
|
|
|
|
[static]
|
|
dir = "/home/max/src/gonotes/static"
|
|
root = "/static/"
|