diff --git a/_config.yml b/_config.yml index a7020fc..6c4cb50 100644 --- a/_config.yml +++ b/_config.yml @@ -46,6 +46,10 @@ collections: portfolio: output: true permalink: /:collection/:name + events: + output: true + permalink: /events/:path + title: Events # BUILD SETTINGS sass: diff --git a/_events/stammtisch_kw42.md b/_events/stammtisch_kw42.md new file mode 100644 index 0000000..dd373e4 --- /dev/null +++ b/_events/stammtisch_kw42.md @@ -0,0 +1,7 @@ +--- +layout: event +title: "Stammtisch KW42" +event_date: 2023-10-18 +--- + +Heute ist Stammtisch! diff --git a/_layouts/calendar.html b/_layouts/calendar.html new file mode 100644 index 0000000..d131be6 --- /dev/null +++ b/_layouts/calendar.html @@ -0,0 +1,18 @@ + + + + {% include default/head.liquid %} + +
+ + {% include default/navbar.liquid %} + +