This commit is contained in:
Daniel 2026-05-08 22:22:54 +02:00
parent 175457babe
commit 1cf26059ba

View File

@ -18,7 +18,7 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
THEME = "theme"
THEME = "theme/"
MARKDOWN = {
@ -46,10 +46,6 @@ ARTICLE_SAVE_AS = '{slug}/index.html'
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
# Site-Beschreibung (erscheint in Meta-Tags & Header)
SITESUBTITLE = 'Industrie, Linux & Software'
SITE_DESCRIPTION = 'Persönliche Website von Daniel Nagel'