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