From ad3cb441f5d65085c1325e3db4def9663c1e627d Mon Sep 17 00:00:00 2001 From: SickSmile1 Date: Thu, 19 Dec 2024 12:23:29 +0100 Subject: [PATCH] small fixes --- _config.yml | 6 +++--- _includes/footer.liquid | 8 ++++++++ _includes/header.liquid | 3 +++ _pages/about.md | 29 ++--------------------------- _pages/publications.md | 4 +++- 5 files changed, 19 insertions(+), 31 deletions(-) diff --git a/_config.yml b/_config.yml index 678ee33..b440be5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Site settings # ----------------------------------------------------------------------------- -title: dtool landing page # the website title (if blank, full name will be used instead) +title: dtool # the website title (if blank, full name will be used instead) first_name: Johannes middle_name: L. last_name: Hörmann @@ -15,7 +15,7 @@ footer_text: > Photos from Unsplash. keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) +icon: dtool_logo.png #⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) url: https://livmats.github.io # the base hostname & protocol for your site baseurl: /dtool-jekyll-website/ # the subpath of your site, e.g. /blog/. Leave blank for root @@ -49,7 +49,7 @@ rss_icon: true navbar_fixed: true footer_fixed: true -search_enabled: true +search_enabled: false socials_in_search: true bib_search: true diff --git a/_includes/footer.liquid b/_includes/footer.liquid index feecc1b..c4288de 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,3 +1,10 @@ + +
+ Funder 1 + — Funding by — + Funder 2 +
+ {% if site.footer_fixed %} {% endif %} + diff --git a/_includes/header.liquid b/_includes/header.liquid index d07fc98..72cd2b3 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -2,6 +2,9 @@