mirror of https://github.com/tiyn/beaker-blog
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.
24 lines
498 B
24 lines
498 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"
|
|
|
|
# Directory to store entries in
|
|
ENTRY_DIR = "templates/entry"
|