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

21 lines
435 B

# Name/title of your blog
TITLE = "Beaker Blog"
# Short name/title of your blog
STITLE = "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"
# Language for the titles: en-us or de-de
LANGUAGE = "en-us"
# Mail address for the imprint
MAIL = "dummy@mail.com"