1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00
beaker-blog/src/config.py

21 lines
435 B
Python

# 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"