initial simple example with omd
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@1 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
16
share/config.toml
Normal file
16
share/config.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user