Compare commits
3 Commits
03b2180860
...
945c016ee9
Author | SHA1 | Date |
---|---|---|
Luca | 945c016ee9 | |
Luca | 55f65fdbf8 | |
Luca | 494f027241 |
|
@ -38,6 +38,18 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
figure {
|
||||
img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
@ -71,8 +83,3 @@ a {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#no-content {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
12
config.toml
12
config.toml
|
@ -2,17 +2,19 @@ baseURL = "https://www.franconian.net/"
|
|||
languageCode = "de"
|
||||
title = "franconian"
|
||||
|
||||
[[menu.main]]
|
||||
name = "FAQ"
|
||||
url = "#faq"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Hackspaces"
|
||||
url = "#hackspaces"
|
||||
weight = 1
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Programm"
|
||||
url = "/programm/"
|
||||
weight = 2
|
||||
weight = 3
|
||||
|
||||
[taxonomies]
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
|
@ -2,7 +2,25 @@
|
|||
title: franconian
|
||||
---
|
||||
|
||||
<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"">
|
||||
{{<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.
|
||||
|
||||
## Hackspaces
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<figure>
|
||||
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
||||
<figcaption>{{ .Get "alt" }}</figcaption>
|
||||
</figure>
|
Binary file not shown.
After Width: | Height: | Size: 608 KiB |
Loading…
Reference in New Issue