diff --git a/config.yml b/config.yml index 9571a19..e28b6a5 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -baseURL: https://quellcode.0x90.space/ +baseURL: https://quellcode.0x90.space/2023/ languageCode: de defaultContentLanguage: de title: Quellcode diff --git a/content/posts/program.en.md b/content/posts/program.en.md index b9a80f0..8602628 100644 --- a/content/posts/program.en.md +++ b/content/posts/program.en.md @@ -5,7 +5,7 @@ date: 2023-07-26T09:58:25+02:00 ## Site plan -![Site plan](/posts/Lageplan.png) +![Site plan](../Lageplan.png) In addition to our program in the lecture/workshop room, we will also have a hack center (aka a large room with tables and chairs) where you can sit, program and do mini-workshops without registration. diff --git a/content/posts/program.md b/content/posts/program.md index 991dd38..8457382 100644 --- a/content/posts/program.md +++ b/content/posts/program.md @@ -5,7 +5,7 @@ date: 2023-07-26T09:58:25+02:00 ## Lageplan -![Lageplan](/posts/Lageplan.png) +![Lageplan](../Lageplan.png) Neben unserem Programm im Vortrags/Workshopraum werden wir auch ein Hackcenter (aka einen großen Raum mit Tischen und Stühlen) haben, auf denen man sitzen, programmieren und Mini-Workshops ohne Anmeldung geben kann. diff --git a/deploy.sh b/deploy.sh index 4c43784..cf887c5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ set -xe hugo cd ../0x90-ansible -rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space +rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space/2023/