mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-02-22 04:44:48 +01:00
initial commit
This commit is contained in:
8
src/config.py
Normal file
8
src/config.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Name/title of your blog
|
||||
TITLE = 'Tiyny-Wiki'
|
||||
|
||||
# URL for your website: e.g. https://domain.tld
|
||||
WEBSITE = 'localhost:5000'
|
||||
|
||||
# Theme for the blog: dark, light
|
||||
STYLE = 'dark'
|
||||
Reference in New Issue
Block a user