From a0e51f9c365724a84782227d4671b3f180d16fc5 Mon Sep 17 00:00:00 2001 From: eclipse Date: Sun, 16 Mar 2025 17:23:33 +0100 Subject: [PATCH] final changes before launch --- publishconf.py | 7 +++---- theme/static/css/custom.css | 8 +++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/publishconf.py b/publishconf.py index 5563329..1da35a2 100644 --- a/publishconf.py +++ b/publishconf.py @@ -8,11 +8,11 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = "https://tobias-radloff.de" +SITEURL = "http://tobias-radloff.de" RELATIVE_URLS = False -FEED_ALL_ATOM = "feeds/all.atom.xml" -CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" +#FEED_ALL_ATOM = "feeds/all.atom.xml" +#CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True @@ -21,4 +21,3 @@ DELETE_OUTPUT_DIRECTORY = True # DISQUS_SITENAME = "" # GOOGLE_ANALYTICS = "" -STYLESHEET_FILES = ("pico.amber.min.css", "custom.css") \ No newline at end of file diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index d388cd4..0b2bcb1 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -291,6 +291,10 @@ h1, h2, h3, h4, h5, h6 { background-color: var(--pico-card-background-color); } +#site-footer a { + text-decoration: none; +} + #content-header h1 { text-align: center; } @@ -301,9 +305,7 @@ h1, h2, h3, h4, h5, h6 { figcaption { text-align: center; - font-size: 0.8em; - - a { font-size: 0.85em;} + font-size: 0.66em; } #no-bottom-margin {