mirror of
https://github.com/tiyn/beaker-blog.git
synced 2026-02-22 04:44:48 +01:00
12 lines
259 B
Python
12 lines
259 B
Python
# 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'
|