Skip to content

Commit

Permalink
add author parameter, clean up image folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chThie committed Feb 19, 2021
1 parent 2c3f8b4 commit 15b2df4
Show file tree
Hide file tree
Showing 31 changed files with 25 additions and 45 deletions.
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ baseurl: ""


defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
Expand Down
13 changes: 6 additions & 7 deletions _data/index.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
eyecatcher:
title1: Nachhaltige Digitalisierung
title2: der öffentlichen Gesundheit
# img_src: "assets/images/foto_teamcall_2020_11.png"
img_src: "assets/images/construction/under_construction_pana.svg"
construction1: Wir bauen diese Seite gerade auf.
construction2: Manche Unterseiten werden erst in ein paar Tagen sichtbar.
Expand All @@ -10,19 +9,19 @@ references:
- title: Group 1
items:
- name: Björn Steiger Stiftung
img_src: "assets/images/logo_bss.png"
img_src: "assets/images/logos/logo_bss.png"
- name: HZI
img_src: "assets/images/logo_hzi_de.svg"
img_src: "assets/images/logos/logo_hzi_de.svg"
- name: Vitagroup
img_src: "assets/images/logo_vitagroup.svg"
img_src: "assets/images/logos/logo_vitagroup.svg"
- title: Group 2
items:
- name: Solution Enabler
img_src: "assets/images/logo_solution_enabler.png"
img_src: "assets/images/logos/logo_solution_enabler.png"
- name: Land der Ideen
img_src: "assets/images/logo_land_der_ideen_2.png"
img_src: "assets/images/logos/logo_land_der_ideen_2.png"
- name: Project Together
img_src: "assets/images/logo_project_together.png"
img_src: "assets/images/logos/logo_project_together.png"


services_cards:
Expand Down
4 changes: 2 additions & 2 deletions _data/kontakt.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: Achim Löbke
img_src: "/assets/images/profil_achim_loebke.jpg"
img_src: "/assets/images/people/profil_achim_loebke.jpg"
position: Geschäftsführung
# use http://www.wbwip.com/wbw/emailencoder.html for obfuscating your email and tel
email: "achim.loebke@healthimis.com"
tel: "+49 6151 / 80 56 59 0"

- name: Andrey Eganov
img_src: "/assets/images/profil_andrey_eganov.png"
img_src: "/assets/images/people/profil_andrey_eganov.png"
position: Leitung Kommunikation
# use http://www.wbwip.com/wbw/emailencoder.html for obfuscating your email and tel
email: "andrey.eganov@healthimis.com"
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
logo:
img_src: '/assets/images/logo_imis.png'
img_src: '/assets/images/logos/logo_imis.png'
location: '/'

sitemap:
Expand Down
8 changes: 4 additions & 4 deletions _data/team.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
- name: Maria Musterfrau
img_src: "assets/images/dummy_person.png"
img_src: "assets/images/people/dummy_person.png"
position: Geschäftsführerin
since: 2013
bio: der Kaffee, die Konsequenz, das Kapital

- name: Martin Mustermann
img_src: "assets/images/dummy_person.png"
img_src: "assets/images/people/dummy_person.png"
position: Entwickler
since: 2016
bio: mag Katzen, fährt Ski und lebt in einem Hausboot

- name: Maxi Mustermensch
img_src: "assets/images/dummy_person.png"
img_src: "assets/images/people/dummy_person.png"
position: Designer*in
since: 2017
bio: Gesundheitswesen - Metal Core - Adorno-Lesekreis

- name: Clara Müller
img_src: "assets/images/dummy_person.png"
img_src: "assets/images/people/dummy_person.png"
position: Designer*in
since: 2017
bio: Gesundheitswesen - Metal Core - Adorno-Lesekreis
2 changes: 1 addition & 1 deletion _includes/news_cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="text-center">{{ post.title}}</h1>
</div>
<div class="row pt-4">
<div class="col">
<p>{{ post.date | date_to_string }}</p>
<p>{{ post.date | date_to_string }}{% if post.author %} <i>~ von {{ post.author }}</i>{% endif %}</p>
{{ post.content }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="text-center">{{ page.title}}</h1>
<div class="col">
<div class="row">
<div class="col">
<p>{{ page.date | date_to_string }}</p>
<p>{{ page.date | date_to_string }}{% if page.author %} <i>~ von {{ page.author }}</i>{% endif %}</p>
</div>
</div>
<div class="row">
Expand Down
7 changes: 0 additions & 7 deletions _posts/2020-10-15-medienecho-hackathon.md

This file was deleted.

3 changes: 1 addition & 2 deletions _posts/2020-10-21-sormas-quarantaenebescheide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: IMIS stellt SORMAS-Funktion für Quarantänebescheide vor
layout: post
img_src: "assets/images/quarantaene_bescheide.png"
img_src: "assets/images/posts/quarantaene_bescheide.png"
yt_video_id: "oi6UI7clU5g"
---

Expand Down
5 changes: 2 additions & 3 deletions _posts/2020-11-11-beyondcrisis.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Prämiert von der Initiative beyondcrisis
layout: post
img_src: "assets/images/beyond_crisis.png"
thumb_img_src: "assets/images/logo_land_der_ideen.png"
img_src: "assets/images/posts/beyond_crisis.png"
thumb_img_src: "assets/images/logos/logo_land_der_ideen.png"
---
Im Rahmen der Initiative *#beyondcrisis- Zeit für neue Lösungen* wurde IMIS als eines von 5 aus über 200 Projekten prämiert. Dies hat die 8-köpfige Expertenjury unter dem Vorsitz von Thomas Heilmann, MdB im November bekanntgegeben.

Expand Down
5 changes: 2 additions & 3 deletions _posts/2021-01-15-BFS-Interview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Im Interview mit BFS health finance
layout: post
img_src: "assets/images/bfs_interview_thumb.jpg"
thumb_img_src: "assets/images/bfs-logo.png"
img_src: "assets/images/posts/bfs_interview_thumb.jpg"
thumb_img_src: "assets/images/logos/logo_bfs.png"
---

Im Interview mit Jessica Hanneken von BFS sprechen Achim Löbke und David Baldsiefen über IMIS, unseren Werdegang und was unsere Arbeitsweise so besonders macht.
Expand Down
13 changes: 0 additions & 13 deletions _posts/2021-01-29-dummypost.md

This file was deleted.

1 change: 0 additions & 1 deletion _posts/2021-02-18-kampagne-ideenschmiede.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: IMIS sucht dich!
layout: post
img_src: "assets/images/haus.gif"
published: false
---
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 15b2df4

Please sign in to comment.