adopt subtitle/ motto of previous blog
it's just so much better than the generic blah before
This commit is contained in:
parent
e5b8cc9535
commit
d9a1209063
|
@ -6,7 +6,7 @@ from datetime import datetime
|
||||||
AUTHOR = 'Trolli Schmittlauch'
|
AUTHOR = 'Trolli Schmittlauch'
|
||||||
SITENAME = 'Schmittlauchs Blog & Homepage'
|
SITENAME = 'Schmittlauchs Blog & Homepage'
|
||||||
SITETITLE = 'schmittlauch'
|
SITETITLE = 'schmittlauch'
|
||||||
SITESUBTITLE = 'Tech, Politik & Leben'
|
SITESUBTITLE = 'Das Leben ist eine Abschweifung.'
|
||||||
SITEURL = 'http://127.0.0.1:8000'
|
SITEURL = 'http://127.0.0.1:8000'
|
||||||
SITELOGO = '/images/avatar.png'
|
SITELOGO = '/images/avatar.png'
|
||||||
FAVICON = '/images/favicon.svg'
|
FAVICON = '/images/favicon.svg'
|
||||||
|
@ -99,7 +99,7 @@ I18N_SUBSITES = {
|
||||||
|
|
||||||
# translation of strings, menu, titles
|
# translation of strings, menu, titles
|
||||||
'SITENAME': "Schmittlauch's Blog & Homepage",
|
'SITENAME': "Schmittlauch's Blog & Homepage",
|
||||||
'SITESUBTITLE': 'Tech, Politics & Life',
|
'SITESUBTITLE': 'Life is a digression.',
|
||||||
'MENUITEMS': (
|
'MENUITEMS': (
|
||||||
("Blog", f"/{_LOC}/blog/"),
|
("Blog", f"/{_LOC}/blog/"),
|
||||||
("Archives", f"/{_LOC}/archives.html"),
|
("Archives", f"/{_LOC}/archives.html"),
|
||||||
|
|
Loading…
Reference in a new issue