Compare commits

..

No commits in common. "945c016ee9983918d1b370ab2335715f11916e4d" and "03b21808605e65dbb476c66c1e324787d7241cb6" have entirely different histories.

5 changed files with 11 additions and 42 deletions

View File

@ -38,18 +38,6 @@ a {
text-decoration: none;
}
figure {
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
figcaption {
display: none;
}
}
.nav {
max-width: 1200px;
margin: 0 auto;
@ -83,3 +71,8 @@ figure {
}
}
}
#no-content {
display: block;
margin: 0 auto;
}

View File

@ -2,19 +2,17 @@ baseURL = "https://www.franconian.net/"
languageCode = "de"
title = "franconian"
[[menu.main]]
name = "FAQ"
url = "#faq"
weight = 1
[[menu.main]]
name = "Hackspaces"
url = "#hackspaces"
weight = 2
weight = 1
[[menu.main]]
name = "Programm"
url = "/programm/"
weight = 3
weight = 2
[taxonomies]
[markup.goldmark.renderer]
unsafe = true

View File

@ -2,25 +2,7 @@
title: franconian
---
{{<image src="/header.png" alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}}
## FAQ
#### 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.
<img id="no-content" src="https://http.cat/204" alt="Picture of two cats in front of an empty bowl; the caption reads &quot;204 No Content&quot;">
## Hackspaces

View File

@ -1,4 +0,0 @@
<figure>
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 KiB