From 4ee27527b3c6e77c729505d0fd101335572e8049 Mon Sep 17 00:00:00 2001 From: "0x90.space" Date: Wed, 26 Jul 2023 10:51:16 +0200 Subject: [PATCH] Add tldr, contact page, program page, registration page --- config.yml | 78 ++++++++++++++++++++++++++------ content/posts/contact.en.md | 10 ++++ content/posts/contact.md | 10 ++++ content/posts/helloworld.en.md | 2 +- content/posts/helloworld.md | 2 +- content/posts/program.en.md | 22 +++++++++ content/posts/program.md | 24 ++++++++++ content/posts/registration.en.md | 10 ++++ content/posts/registration.md | 10 ++++ 9 files changed, 151 insertions(+), 17 deletions(-) create mode 100644 content/posts/contact.en.md create mode 100644 content/posts/contact.md create mode 100644 content/posts/program.en.md create mode 100644 content/posts/program.md create mode 100644 content/posts/registration.en.md create mode 100644 content/posts/registration.md diff --git a/config.yml b/config.yml index 32b5c81..14ebf6b 100644 --- a/config.yml +++ b/config.yml @@ -7,18 +7,72 @@ theme: PaperMod enableEmoji: true enableRobotsTXT: true +languages: + de: + languageName: ":de:" + languageAltTitle: Deutsch + params: + homeInfoParams: + Title: Quellcode 16.9 - 17.9.2023, Heizhaus Nürnberg + Content: | + Alles Wichtige auf einen Blick: + > + > > Das Quellcode ist ein Event des Nürnberger Hackspaces [0x90.space](https://0x90.space/). Alle Menschen sind herzlich eingeladen sich bei Vorträgen, Workshops oder einfach so mit Menschen aus Hackspaces und Künstler*innen auszutauschen und neue Dinge auszuprobieren. + > - Wann? 16.9 - 17.9.2023 + > - Wo? [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)) + > - Anmeldungsformular (Teilnehmende, freiwillig): [Anmeldeformular](https://cryptpad.fr/form/#/2/form/view/qv48AVyeLO4-l9uIuTOeNdM7sGFR-zfTilvA8sX3-BY/) + > - Reiche einen Workshop oder Vortrag ein: [Einreichungsformular (offen bis zum 26.08.2023 00:00 CEST)](https://cryptpad.fr/form/#/2/form/view/KR2e9HvcShTc4RWnd+81jEEey8djEfu3f1dHROAO490/) + > - Matrix-Kanal: https://matrix.to/#/#quellcode:chat.heizhaus.org + > - Weitere [Kontaktmöglichkeiten](/posts/contact) + menu: + main: + - name: Über + url: /posts/helloworld + weight: 1 + - name: Programm + url: /posts/program + weight: 10 + - name: Anmeldung + url: /posts/registration + weight: 20 + - name: Kontakt + url: /posts/contact + weight: 1000 + en: + languageName: ":us:" + languageAltTitle: English + params: + homeInfoParams: + Title: Quellcode 16.9 - 17.9.2023, Heizhaus Nürnberg + Content: | + tldr; + > + > > Quellcode is an event of the Nuremberg Hackspace [0x90.space](https://0x90.space/). All people are invited to exchange ideas and try out new things with people from hackspaces and artists during talks, workshops or just for fun. + > - When? 16.9 - 17.9.2023 + > - Where? [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)) + > - Registration form (Participants, voluntary): [Registration form](https://cryptpad.fr/form/#/2/form/view/qv48AVyeLO4-l9uIuTOeNdM7sGFR-zfTilvA8sX3-BY/) + > - Submit a workshop or talk: [Submission form (open until 08/26/2023 00:00 CEST)](https://cryptpad.fr/form/#/2/form/view/KR2e9HvcShTc4RWnd+81jEEey8djEfu3f1dHROAO490/) + > - Matrix-Channel: https://matrix.to/#/#quellcode:chat.heizhaus.org + > - Other [Contacts](/posts/contact) + menu: + main: + - name: About + url: /posts/helloworld + weight: 1 + - name: Program + url: /posts/program + weight: 10 + - name: Registration + url: /posts/registration + weight: 20 + - name: Contact + url: /posts/contact + weight: 1000 + params: label: icon: images/logo_peaceful_plus_text.png iconHeight: 120 -# homeInfoParams: -# Title: Hello World -# Content: | -# Der [0x90.space](https://0x90.space/) veranstaltet vom 16.9 - 17.9.2023 das "Quellcode" im [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)). -# Das Ziel ist Menschen aus verschiedenen Hintergründen zusammenzubringen, um voneinander zu lernen. -# Es soll Gelegenheit sein Erfahrungen auszutauschen und zum kreativen Umgang mit Technik. -# -# [Mehr Info...](/posts/helloworld) socialIcons: - name: email url: "mailto:people@schleuder.0x90.space" @@ -30,10 +84,4 @@ params: displayFullLangName: true hideFooter: true -languages: - de: - languageName: ":de:" - languageAltTitle: Deutsch - en: - languageName: ":us:" - languageAltTitle: English + diff --git a/content/posts/contact.en.md b/content/posts/contact.en.md new file mode 100644 index 0000000..bea5aa9 --- /dev/null +++ b/content/posts/contact.en.md @@ -0,0 +1,10 @@ +--- +title: "Contact" +date: 2023-07-26T10:28:10+02:00 +--- + +You can reach us over: + +- Email: [people@schleuder.0x90.space](mailto:people@schleuder.0x90.space) +- Matrix: [https://matrix.to/#/#quellcode:chat.heizhaus.org](https://matrix.to/#/#quellcode:chat.heizhaus.org) +- Imprint: [here](https://0x90.space/impressum/) diff --git a/content/posts/contact.md b/content/posts/contact.md new file mode 100644 index 0000000..747cb35 --- /dev/null +++ b/content/posts/contact.md @@ -0,0 +1,10 @@ +--- +title: "Kontakt" +date: 2023-07-26T10:28:10+02:00 +--- + +Ihr erreicht uns über: + +- Email: [people@schleuder.0x90.space](mailto:people@schleuder.0x90.space) +- Matrix: [https://matrix.to/#/#quellcode:chat.heizhaus.org](https://matrix.to/#/#quellcode:chat.heizhaus.org) +- Impressum: [hier](https://0x90.space/impressum/) diff --git a/content/posts/helloworld.en.md b/content/posts/helloworld.en.md index f362a42..d159a75 100644 --- a/content/posts/helloworld.en.md +++ b/content/posts/helloworld.en.md @@ -1,5 +1,5 @@ --- -title: "Hello World" +title: "Save the date!" date: "2023-07-05" --- The [0x90.space](https://0x90.space/) is inviting to the "Quellcode" at the [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)) from 9/16 - 9/17/2023. diff --git a/content/posts/helloworld.md b/content/posts/helloworld.md index e109782..01d6729 100644 --- a/content/posts/helloworld.md +++ b/content/posts/helloworld.md @@ -1,5 +1,5 @@ --- -title: "Hello World" +title: "Save the date!" date: "2023-07-05" --- Der [0x90.space](https://0x90.space/) lädt ein zum "Quellcode" vom 16.9 - 17.9.2023 im [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)). diff --git a/content/posts/program.en.md b/content/posts/program.en.md new file mode 100644 index 0000000..6fc33f2 --- /dev/null +++ b/content/posts/program.en.md @@ -0,0 +1,22 @@ +--- +title: "Programm" +date: 2023-07-26T09:58:25+02:00 +--- + +The program will be published here after 27.08.2023. + +If you've always wanted to give a talk or workshop for about 20 people on a technical, socio-political, or artistic topic, feel free to submit your idea here: + +[submission form (open until 08/26/2023 00:00 CEST)](https://cryptpad.fr/form/#/2/form/view/KR2e9HvcShTc4RWnd+81jEEey8djEfu3f1dHROAO490/) + +If you need inspiration on what to submit, feel free to check out the topics of talks and workshops that have been given at other Chaos events: [examples](https://media.ccc.de/) + +Examples: +- Blacksmithing for beginners +- Sewing for beginners +- Linux Kernel Development +- Container Security + +If you are unsure, you can always reach us via [one of our contacts](/posts/contact) or just submit your talk in the submission form anyway and we will get back to you :) + +We will also have a hackcenter (aka a big room with tiscs and chairs) where you can sit, program and give mini-workshops without registration. diff --git a/content/posts/program.md b/content/posts/program.md new file mode 100644 index 0000000..8c5fec0 --- /dev/null +++ b/content/posts/program.md @@ -0,0 +1,24 @@ +--- +title: "Programm" +date: 2023-07-26T09:58:25+02:00 +--- + +Das Programm wird hier veröffentlicht nach dem 27.08.2023. + +Wenn du schon immer einen Vortrag oder Workshop für ca 20 Leute halten wolltest über ein technisches, gesellschaftspolitisches oder künstlerisches Thema, reiche gerne deine Idee hier ein: + + +[Einreichungsformular (offen bis zum 26.08.2023 00:00 CEST)](https://cryptpad.fr/form/#/2/form/view/KR2e9HvcShTc4RWnd+81jEEey8djEfu3f1dHROAO490/) + + +Wenn Inspirationen brauchst was du einreichen kannst, schaue dir doch gerne die Themen der Vorträge und Workshops an, die auf anderen Chaos-Events gehalten worden sind: [Beispiele](https://media.ccc.de/) + +Beispiele: +- Schmieden für Anfänger*innen +- Nähen für Anfänger*innen +- Linux Kernel Entwicklung +- Container Security + +Wenn Ihr euch sich nicht sicher seid über ein Thema, fragt uns gerne jederzeit über unsere [Kontaktmöglichkeiten](/posts/contact) oder reicht euren Vortrag einfach über das Anmeldeformular ein und wir melden uns bei euch :) + +Wir werden auch ein Hackcenter (aka einen großen Raum mit Tiscen und Stühlen) haben, auf denen man sitzen, programmieren und Mini-Workshops ohne Anmeldung geben kann. diff --git a/content/posts/registration.en.md b/content/posts/registration.en.md new file mode 100644 index 0000000..3168ed1 --- /dev/null +++ b/content/posts/registration.en.md @@ -0,0 +1,10 @@ +--- +title: "Registration" +date: 2023-07-26T10:22:25+02:00 +--- + +We want to estimate how many people will come and how much food we have to prepare, that is why we kindly ask you to fill out this registration form. + +[Registration form](https://cryptpad.fr/form/#/2/form/view/qv48AVyeLO4-l9uIuTOeNdM7sGFR-zfTilvA8sX3-BY/) + +Of course you can also come without registration, but don't eat too much ;) diff --git a/content/posts/registration.md b/content/posts/registration.md new file mode 100644 index 0000000..0abb6a5 --- /dev/null +++ b/content/posts/registration.md @@ -0,0 +1,10 @@ +--- +title: "Anmeldung" +date: 2023-07-26T10:22:25+02:00 +--- + +Damit wir ungefähr abschätzen können wie viele Leute kommen und wie viel Essen wir vorbereiten müssen, könnt ihr euch in diesem Formular anmelden: + +[Anmeldeformular](https://cryptpad.fr/form/#/2/form/view/qv48AVyeLO4-l9uIuTOeNdM7sGFR-zfTilvA8sX3-BY/) + +Ihr könnt natürlich auch ohne Anmeldung vorbeikommen, esst dann halt nicht so viel ;)