custom style: vendor web fonts and override left menu style
This commit is contained in:
parent
1558afdfea
commit
0b977eb226
11 changed files with 87 additions and 3 deletions
|
|
@ -6,16 +6,17 @@ from datetime import datetime
|
|||
AUTHOR = 'Trolli Schmittlauch'
|
||||
SITENAME = 'Schmittlauchs Blog & Homepage'
|
||||
SITETITLE = 'schmittlauch'
|
||||
SITETITLE = 'Tech, Politik & Leben'
|
||||
SITESUBTITLE = 'Tech, Politik & Leben'
|
||||
SITEURL = ''
|
||||
SITELOGO = '/images/avatar.png'
|
||||
FAVICON = '/images/favicon.svg'
|
||||
|
||||
PATH = 'content'
|
||||
STATIC_PATHS = ['images', 'static']
|
||||
ARTICLE_PATHS = ['blog']
|
||||
INDEX_SAVE_AS = 'blog/index.html'
|
||||
|
||||
#CUSTOM_CSS = "static/custom.css"
|
||||
CUSTOM_CSS = "static/custom.css"
|
||||
|
||||
TIMEZONE = 'Europe/Berlin'
|
||||
|
||||
|
|
@ -109,8 +110,9 @@ CC_LICENSE = {
|
|||
"name": "Creative Commons Attribution-ShareAlike",
|
||||
"version": "4.0",
|
||||
"slug": "by-sa",
|
||||
"icon": True,
|
||||
"icon": False, # unfortunately the theme loads the image from a 3rd party
|
||||
}
|
||||
COPYRIGHT_YEAR = datetime.now().year
|
||||
|
||||
DISABLE_URL_HASH = True
|
||||
USE_GOOGLE_FONTS = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue