diff --git a/pelicanconf.py b/pelicanconf.py index 84020fb..1d8817e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,10 +34,7 @@ LINKS = ( ) # Social widget -SOCIAL = ( - ("You can add links in your config file", "#"), - ("Another social link", "#"), -) +SOCIAL = (('Mastodon', 'https://freiburg.social/@stiebke'),) DEFAULT_PAGINATION = 10 diff --git a/publishconf.py b/publishconf.py index 8671cf2..b323657 100644 --- a/publishconf.py +++ b/publishconf.py @@ -13,9 +13,6 @@ PARENTURL = "https://hadan-it.com" RELATIVE_URLS = False THEME = "themes/business" -PATH = 'content' -OUTPUT_PATH = 'output' - FEED_ALL_ATOM = "feeds/all.atom.xml" CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" diff --git a/themes/business/templates/.base.html.swp b/themes/business/templates/.base.html.swp new file mode 100644 index 0000000..141c59a Binary files /dev/null and b/themes/business/templates/.base.html.swp differ diff --git a/themes/business/templates/base.html b/themes/business/templates/base.html index 217f7f8..49967b9 100644 --- a/themes/business/templates/base.html +++ b/themes/business/templates/base.html @@ -102,8 +102,8 @@
Home - Archives - Authors + Archiv + Autoren {% for title, link in MENUITEMS %} {{ title }} {% endfor %} @@ -124,7 +124,7 @@ {% endif %}© {{ AUTHOR }} {{ STARTYEAR }}{% if CURRENTYEAR %}–{{ CURRENTYEAR }}{% endif %}
- Codeberg Imprint + Datenschutz + Impressum Powered by Pelican