mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-02-22 04:44:48 +01:00
14 lines
350 B
Python
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'
|