Posters on home
This commit is contained in:
parent
25952cf1f3
commit
1eea19c44c
@ -21,7 +21,7 @@ locale : "en-US"
|
|||||||
title : "Steffen Illium"
|
title : "Steffen Illium"
|
||||||
title_separator : "---"
|
title_separator : "---"
|
||||||
subtitle : " " # site tagline that appears below site title in masthead
|
subtitle : " " # site tagline that appears below site title in masthead
|
||||||
name : Dr. Steffen Illium
|
name : Steffen Illium
|
||||||
description : "Personal Website"
|
description : "Personal Website"
|
||||||
url : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
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"
|
baseurl : "" # the subpath of your site, e.g. "/blog"
|
||||||
@ -57,9 +57,9 @@ social:
|
|||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
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"
|
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/) <br>Senior AI Consultant @[XITASO](https://xitaso.com)<br>[AI Researcher](/research/)"
|
||||||
location : "Augsburg"
|
location : "Augsburg"
|
||||||
links:
|
links:
|
||||||
- label: "LMU-Munich"
|
- label: "LMU-Munich"
|
||||||
|
@ -14,7 +14,7 @@ layout: archive
|
|||||||
|
|
||||||
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
||||||
<div class="entries-{{ entries_layout }}">
|
<div class="entries-{{ entries_layout }}">
|
||||||
{% for post in posts limit: 10%}
|
{% for post in posts limit: 8%}
|
||||||
{% include archive-single.html type=entries_layout %}
|
{% include archive-single.html type=entries_layout %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user