diff --git a/content/programm/_index.md b/content/programm/_index.md index cda7715..f465432 100644 --- a/content/programm/_index.md +++ b/content/programm/_index.md @@ -3,11 +3,18 @@ title: "Programm" date: 2021-09-24T02:40:26+02:00 draft: false heroHeading: 'Programm' -heroSubHeading: 'SEUH 2022 HTW Berlin' +heroSubHeading: 'SEUH 2022 HTW Berlin/Hybrid' heroBackground: 'images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg' --- -Die SEUH 2022 wird am Donnerstag, 24. und Freitag, 25. Februar am -[Campus Wilhelminenhof](https://www.htw-berlin.de/campus/campus-wilhelminenhof/) der [HTW Berlin](https://www.htw-berlin.de/) stattfinden. +Die SEUH 2022 wird am Donnerstag, 24. und Freitag, 25. Februar stattfinden. -Das Programm wird hier veröffentlicht werden. +Die Entscheidung, ob die SEUH in Präsenz bzw. als Hybridveranstaltung +stattfinden kann - oder vollständig im Distanzformat - + läuft gerade noch - wir werden Ende kommender Woche (KW4) +hier informieren. + +[Campus Wilhelminenhof](https://www.htw-berlin.de/campus/campus-wilhelminenhof/) +der [HTW Berlin](https://www.htw-berlin.de/) stattfinden. + +Das Programm folgt in Kürze. diff --git a/makefile b/makefile index 4384121..ef13868 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,11 @@ +# .PHONY : hugo +# .RECIPEPREFIX = - push: git submodule foreach --recursive 'git push' git push origin master -hugo: +open: open http://localhost:1313/seuh2022 +hugo : open hugo -D -p 1313 server staging: open http://localhost:1414/seuh2022-website