diff --git a/_config.ts b/_config.ts index 6afc087..2a7edae 100644 --- a/_config.ts +++ b/_config.ts @@ -13,6 +13,10 @@ site.loadAssets([ ".svg", ".pdf", ".woff2", + ".woff", + ".ttf", + ".otf", + ".js", ]); site.filter("title", (value = '') => value + (value ? " | " : "") + "MiOM"); diff --git a/_data/people.yml b/_data/people.yml index 1350bc4..587e8b3 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -1,7 +1,25 @@ -- name: Benjamin Bädorf - role: Software Engineer +- name: Alexander von Dombois pronouns: he/him - contact: + role: Product Design + contactOptions: + - name: MAIL + value: avd@miom.space + - name: INSTA + value: '@alexandervondombois' + - name: WEB + value: alexandervondombois.de + +- name: Helena Geisler + pronouns: she/her + role: Visual artist + contactOptions: + - name: MAIL + value: hsg@miom.space + +- name: Benjamin Bädorf + pronouns: he/him + role: Software Engineer + contactOptions: - name: MAIL value: byb@miom.space - name: GIT @@ -14,9 +32,9 @@ value: benjaminbaedorf.eu - name: Jhonas Wernery - role: System Engineer pronouns: he/him - contact: + role: System Engineer + contactOptions: - name: MAIL value: jfw@miom.space - name: GIT diff --git a/_data/thingsWeAre.yml b/_data/thingsWeAre.yml index 19ddfad..814fbe9 100644 --- a/_data/thingsWeAre.yml +++ b/_data/thingsWeAre.yml @@ -1,9 +1,9 @@ -- 'an Off' -- 'a Creative' -- 'a Coworking' -- 'an Art' -- 'a Tech' -- 'a Meeting' -- 'a Gallery' -- 'an Event' -- 'a People' +- 'an off' +- 'a creative' +- 'a coworking' +- 'an art' +- 'a tech' +- 'a meeting' +- 'a gallery' +- 'an event' +- 'a people' diff --git a/_includes/citations.njk b/_includes/citations.njk deleted file mode 100644 index 4ed2241..0000000 --- a/_includes/citations.njk +++ /dev/null @@ -1,7 +0,0 @@ -
    - {% for citation in citations %} -
  1. - {{ citation | md | safe }} -
  2. - {% endfor %} -
diff --git a/_includes/downloads.njk b/_includes/downloads.njk deleted file mode 100644 index 3251863..0000000 --- a/_includes/downloads.njk +++ /dev/null @@ -1,18 +0,0 @@ -
- -
diff --git a/_includes/event-day.njk b/_includes/event-day.njk deleted file mode 100644 index fdddec1..0000000 --- a/_includes/event-day.njk +++ /dev/null @@ -1,11 +0,0 @@ -
- - {{ eventDay.heading }} - - - {% if eventDay.events %} - {% for event in eventDay.events %} - {% include "event.njk" %} - {% endfor %} - {% endif %} -
diff --git a/_includes/event.njk b/_includes/event.njk deleted file mode 100644 index cd53161..0000000 --- a/_includes/event.njk +++ /dev/null @@ -1,41 +0,0 @@ -
-

{{ event.time }}

- -

{{ event.title | safe }}

- -

{{ event.details | safe }}

- -
{{ event.description | md | safe }}
- -
- {% if event.organiser %} - {{ event.organiser }}

- {% endif %} - - {{ event.location.name }} - {% if event.location.place %}
{{ event.location.place }} {% endif %} - {% if event.location.address %}
{{ event.location.address }} {% endif %} - {% if event.location.city %}
{{ event.location.city }} {% endif %} -
- - {% if event.people %} -
-
Ansprechpartner:
- -
- {% endif %} -
diff --git a/_includes/footer.njk b/_includes/footer.njk index fe1bd21..d37bb5b 100644 --- a/_includes/footer.njk +++ b/_includes/footer.njk @@ -1,9 +1,9 @@ -