Compare commits

...

3 Commits

Author SHA1 Message Date
Luca 945c016ee9 Add header image and FAQ
continuous-integration/drone/push Build is passing Details
2020-11-23 19:20:05 +01:00
Luca 55f65fdbf8 Add custom 'image' shortcode 2020-11-23 18:56:53 +01:00
Luca 494f027241 Remove no content 2020-11-23 18:55:50 +01:00
5 changed files with 42 additions and 11 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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 &quot;204 No Content&quot;">
{{<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

View File

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

BIN
static/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB