You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beaker-blog/src/config.py

12 lines
261 B

# Name/title of your blog
TITLE = 'Beaker Blog'
# Description for RSS of your blog
DESCRIPTION = 'This is your personal Beaker Blog.'
# URL for your website: e.g. https://domain.tld
WEBSITE = 'localhost:5000'
# Theme for the blog: dark, light
STYLE = 'dark'