1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 04:44:48 +01:00
Files
amphora-wiki/src/config.py
2020-11-08 22:09:26 +01:00

14 lines
350 B
Python

# Name/title of your blog
TITLE = 'Amphora Wiki'
# URL for your website: e.g. https://domain.tld
WEBSITE = 'localhost:5000'
# Theme for the blog: dark, light
STYLE = 'dark'
###############################################
## NO CHANGES RECOMMENDED ##
###############################################
ENTRY_DIR = 'templates/entry'