From 1eea19c44cf3b6e4db16d6ed3e13ffe85e370822 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 10 Nov 2024 13:55:11 +0100 Subject: [PATCH] Posters on home --- _config.yml | 6 +++--- _layouts/home.html | 2 +- ...023-05-01-seminar-TIMS.md => 2019-05-01-seminar-TIMS.md} | 0 ...3-05-01-seminar-VTIMS.md => 2019-05-01-seminar-VTIMS.md} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename _posts/teaching/{2023-05-01-seminar-TIMS.md => 2019-05-01-seminar-TIMS.md} (100%) rename _posts/teaching/{2023-05-01-seminar-VTIMS.md => 2019-05-01-seminar-VTIMS.md} (100%) diff --git a/_config.yml b/_config.yml index acfbf703..ecc35035 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ locale : "en-US" title : "Steffen Illium" title_separator : "---" subtitle : " " # site tagline that appears below site title in masthead -name : Dr. Steffen Illium +name : Steffen Illium description : "Personal Website" url : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "" # the subpath of your site, e.g. "/blog" @@ -57,9 +57,9 @@ social: # Site Author author: - name : "Dr. Steffen Illium" + name : "Steffen Illium" avatar : "/assets/images/newshot_2.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "Senior AI Consultant @[XITASO](https://xitaso.com), [AI Researcher](/research/) [PhD](https://www.mobile.ifi.lmu.de/team/steffen-illium/) by [LMU Munich](https://www.lmu.de/en/index.html)" + bio : "[PhD. in Comp. Science](https://www.mobile.ifi.lmu.de/team/steffen-illium/)
Senior AI Consultant @[XITASO](https://xitaso.com)
[AI Researcher](/research/)" location : "Augsburg" links: - label: "LMU-Munich" diff --git a/_layouts/home.html b/_layouts/home.html index 6921a9eb..d0c3b29e 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,7 +14,7 @@ layout: archive {% assign entries_layout = page.entries_layout | default: 'list' %}
- {% for post in posts limit: 10%} + {% for post in posts limit: 8%} {% include archive-single.html type=entries_layout %} {% endfor %}
diff --git a/_posts/teaching/2023-05-01-seminar-TIMS.md b/_posts/teaching/2019-05-01-seminar-TIMS.md similarity index 100% rename from _posts/teaching/2023-05-01-seminar-TIMS.md rename to _posts/teaching/2019-05-01-seminar-TIMS.md diff --git a/_posts/teaching/2023-05-01-seminar-VTIMS.md b/_posts/teaching/2019-05-01-seminar-VTIMS.md similarity index 100% rename from _posts/teaching/2023-05-01-seminar-VTIMS.md rename to _posts/teaching/2019-05-01-seminar-VTIMS.md