Files
kosuzu/share/config.toml
fox ba5cfde0d3 initial simple example with omd
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@1 eb64cd80-c68d-6f47-b6a3-0ada418499da
2016-08-30 21:04:12 +00:00

16 lines
395 B
TOML

#This is an exemplar config file. Use `logarion_cli init` to have one generated.
[archive]
title = "Logarion"
owner = "Name"
email = "name@example.com"
uuid = "" # Generate UUID using `uuidgen` or https://www.uuidgenerator.net/
[web]
static_dir = ".logarion/static"
stylesheets = ["main.css"]
url = "http://localhost:3666"
[gopher]
static_dir = ".logarion/static"
url = "gopher://localhost"