source: code/trunk/share/config.toml@ 1

Last change on this file since 1 was 1, checked in by fox, 9 years ago

initial simple example with omd

File size: 395 bytes
Line 
1#This is an exemplar config file. Use `logarion_cli init` to have one generated.
2
3[archive]
4title = "Logarion"
5owner = "Name"
6email = "name@example.com"
7uuid = "" # Generate UUID using `uuidgen` or https://www.uuidgenerator.net/
8
9[web]
10static_dir = ".logarion/static"
11stylesheets = ["main.css"]
12url = "http://localhost:3666"
13
14[gopher]
15static_dir = ".logarion/static"
16url = "gopher://localhost"
Note: See TracBrowser for help on using the repository browser.