Compare commits
No commits in common. "945c016ee9983918d1b370ab2335715f11916e4d" and "03b21808605e65dbb476c66c1e324787d7241cb6" have entirely different histories.
945c016ee9
...
03b2180860
|
@ -38,18 +38,6 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
figcaption {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -83,3 +71,8 @@ figure {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#no-content {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
12
config.toml
12
config.toml
|
@ -2,19 +2,17 @@ baseURL = "https://www.franconian.net/"
|
||||||
languageCode = "de"
|
languageCode = "de"
|
||||||
title = "franconian"
|
title = "franconian"
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "FAQ"
|
|
||||||
url = "#faq"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Hackspaces"
|
name = "Hackspaces"
|
||||||
url = "#hackspaces"
|
url = "#hackspaces"
|
||||||
weight = 2
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Programm"
|
name = "Programm"
|
||||||
url = "/programm/"
|
url = "/programm/"
|
||||||
weight = 3
|
weight = 2
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
|
@ -2,25 +2,7 @@
|
||||||
title: franconian
|
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.`>}}
|
<img id="no-content" src="https://http.cat/204" alt="Picture of two cats in front of an empty bowl; the caption reads "204 No Content"">
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
## Hackspaces
|
## Hackspaces
|
||||||
|
|
||||||
|
|
|
@ -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 |
Loading…
Reference in New Issue