move old site into 2023 subdirectory
This commit is contained in:
parent
10d25fd9b7
commit
bffc0fbfa1
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL: https://quellcode.0x90.space/
|
baseURL: https://quellcode.0x90.space/2023/
|
||||||
languageCode: de
|
languageCode: de
|
||||||
defaultContentLanguage: de
|
defaultContentLanguage: de
|
||||||
title: Quellcode
|
title: Quellcode
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ date: 2023-07-26T09:58:25+02:00
|
||||||
|
|
||||||
## Site plan
|
## Site plan
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ date: 2023-07-26T09:58:25+02:00
|
||||||
|
|
||||||
## Lageplan
|
## Lageplan
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
set -xe
|
set -xe
|
||||||
hugo
|
hugo
|
||||||
cd ../0x90-ansible
|
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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue