mirror of
https://github.com/tiyn/beaker-blog.git
synced 2026-02-22 12:54:48 +01:00
adding config.py and switchable css
This commit is contained in:
11
src/config.py
Normal file
11
src/config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# Name/title of your blog
|
||||
TITLE = 'Tiyny-Blog'
|
||||
|
||||
# Description for RSS of your blog
|
||||
DESCRIPTION = 'This is your personal Tiyny-Blog.'
|
||||
|
||||
# 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