diff --git a/config.toml b/config.toml index 4a89573..876f13d 100644 --- a/config.toml +++ b/config.toml @@ -1,20 +1,8 @@ baseURL = "https://www.franconian.net/" -languageCode = "de" title = "franconian" -[[menu.main]] - name = "FAQ" - url = "/faq" - weight = 1 - -[[menu.main]] - name = "Über uns" - url = "/about" - weight = 2 - -[[menu.main]] - name = "Programm" - url = "/program/" - weight = 3 +[languages] + [languages.en] + [languages.de] [taxonomies] diff --git a/content/_index.de.md b/content/_index.de.md new file mode 100644 index 0000000..0fc3a4a --- /dev/null +++ b/content/_index.de.md @@ -0,0 +1,9 @@ +--- +title: franconian +--- + +{{`Ein}} + +## cat content/* + +{{Diese Katze gibt es nicht wirklich. Das Bild wurde maschinell erzeugt und ist ohne Unterschrift gültig.}} diff --git a/content/_index.md b/content/_index.md index 0fc3a4a..57a371c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,8 +2,8 @@ title: franconian --- -{{`Ein}} +{{`A}} ## cat content/* -{{Diese Katze gibt es nicht wirklich. Das Bild wurde maschinell erzeugt und ist ohne Unterschrift gültig.}} +{{This cat does not actually exist. The picture was created by an android who dreams of electric cats.}} diff --git a/content/about.de.md b/content/about.de.md new file mode 100644 index 0000000..b98f4f9 --- /dev/null +++ b/content/about.de.md @@ -0,0 +1,22 @@ +--- +title: Über uns +menu: + main: + weight: 2 +--- + +franconian.net ist ein loses Netzwerk von einigen fränkischen Hackerspaces, das sich erstmalig zum Chaos Communication Camp 2019 für ein gemeinsames Village organisiert hat. Dieser Zusammenschluss hat das CCCamp19 überdauert und findet sich vor allem zu weiteren Veranstaltungen des Chaos Computer Clubs immer wieder zusammen. Auch zur remote Chaos Experience haben sich wieder einige dieser Hackerspaces gefunden und betreiben zusammen das franconian.net + +## Beteiligte Hackerspaces + +### backspace + +{{backspace Logo}} + +### Hackzogtum + +{{Hackzogtum Logo}} + +### Nerd2Nerd + +{{Nerd2Nerd Logo}} diff --git a/content/about.md b/content/about.md index 66a2e5c..0d8a456 100644 --- a/content/about.md +++ b/content/about.md @@ -1,19 +1,22 @@ --- -title: Über uns +title: About us +menu: + main: + weight: 2 --- -franconian.net ist ein loses Netzwerk von einigen fränkischen Hackerspaces, das sich erstmalig zum Chaos Communication Camp 2019 für ein gemeinsames Village organisiert hat. Dieser Zusammenschluss hat das CCCamp19 überdauert und findet sich vor allem zu weiteren Veranstaltungen des Chaos Computer Clubs immer wieder zusammen. Auch zur remote Chaos Experience haben sich wieder einige dieser Hackerspaces gefunden und betreiben zusammen das franconian.net +The Franconian Cluster is a network of franconian hackspaces that organised the Franconian Village at Chaos Communication Camp 2019. After that, we continued our cooperation mainly at other events held by the Chaos Computer Club. For the first Remote Chaos Experience (rC3), some of the involved spaces decided to create a virtual assembly: franconian.net -## Beteiligte Hackerspaces +## Participating spaces ### backspace -{{backspace Logo}} +{{Logo of backspace}} ### Hackzogtum -{{Hackzogtum Logo}} +{{Logo of Hackzogtum}} ### Nerd2Nerd -{{Nerd2Nerd Logo}} +{{Logo of Nerd2Nerd}} diff --git a/content/faq.de.md b/content/faq.de.md new file mode 100644 index 0000000..ad98001 --- /dev/null +++ b/content/faq.de.md @@ -0,0 +1,22 @@ +--- +title: FAQ +menu: + main: + weight: 1 +--- + +#### Was ist die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest? + +41.99999999999999 + +#### Wie viele? + +ALLE! + +#### Welcher Texteditor? + +Lochkartenstanzer + +#### Kaffee oder Tee? + +Ja. diff --git a/content/faq.md b/content/faq.md index ae5651f..8207317 100644 --- a/content/faq.md +++ b/content/faq.md @@ -1,19 +1,22 @@ --- title: FAQ +menu: + main: + weight: 1 --- -#### Was ist die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest? +#### What is "The Answer to the Ultimate Question of Life, the Universe, and Everything"? 41.99999999999999 -#### Wie viele? +#### How much ... -ALLE! +... IS THE FISH? -#### Welcher Texteditor? +#### Which text editor? -Lochkartenstanzer +A keypunch -#### Kaffee oder Tee? +#### Coffee or tea? -Ja. +Yes. diff --git a/content/program.de.md b/content/program.de.md new file mode 100644 index 0000000..4bba9ad --- /dev/null +++ b/content/program.de.md @@ -0,0 +1,8 @@ +--- +title: Programm +menu: + main: + weight: 3 +--- + +Das Programm erscheint in Kürze. diff --git a/content/program.md b/content/program.md index 156faa4..5722853 100644 --- a/content/program.md +++ b/content/program.md @@ -1,5 +1,8 @@ --- -title: Programm +title: Program +menu: + main: + weight: 3 --- -Das Programm erscheint in Kürze. +The schedule for the franconian.net channel will be released shortly. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ad5d471..c64887b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@