diff --git a/pelicanconf.py b/pelicanconf.py index e95f281..71ebdea 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -35,11 +35,19 @@ ARTICLE_SAVE_AS = '{category}/{slug}.html' ARTICLE_LANG_SAVE_AS = '{category}/{slug}.html' +DEFAULT_DATE = "fs" + DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True + + +############################################################################### +# Main Menu Settings # +############################################################################### + DISPLAY_PAGES_ON_MENU = DISPLAY_CATEGORIES_ON_MENU = False MENUITEMS = ( ("Werke", ( diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index 6d5fdff..d374315 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -446,6 +446,31 @@ a { } } +#leave-empty { + display: none; +} + +img.impr { + height: 1.2lh; +} + +.main-footer { + font-size: calc(var(--pico-font-size) * .7); + + a { + color: var(--pico-text-color); + font-weight: bold; + } +} + +.muted { + --pico-color: var(--pico-muted-color); +} + +.heart { + color: red; +} + /* .article-footer { margin-left: calc(var(--pico-nav-element-spacing-horizontal) * -1); diff --git a/theme/templates/includes/footer.html b/theme/templates/includes/footer.html index cb2be11..0a48dc0 100644 --- a/theme/templates/includes/footer.html +++ b/theme/templates/includes/footer.html @@ -1,3 +1,4 @@ -
-

Dies ist der Footer. Trololol.

+ \ No newline at end of file