Add more style and test content

This commit is contained in:
Luca 2022-06-28 12:59:32 +02:00
parent a57714a6da
commit dcfe146f99
6 changed files with 160 additions and 7 deletions

2
assets/_breakpoints.scss Normal file
View File

@ -0,0 +1,2 @@
$small: 800px;
$large: 1200px;

2
assets/_colors.scss Normal file
View File

@ -0,0 +1,2 @@
$color-highlight: #0080ff;
$color-text: #000;

View File

@ -1,4 +1,93 @@
html { @import 'breakpoints';
background: #ff00ff; @import 'colors';
min-height: 100vh;
* {
box-sizing: border-box;
font-family: sans-serif;
margin: 0;
padding: 0;
}
body {
color: $color-text;
display: flex;
flex-direction: column;
margin: 0 auto;
min-height: 100vh;
max-width: $large;
main {
flex-grow: 1;
}
}
header, footer {
padding: 0 1rem;
}
header {
margin-top: 0.5rem;
nav {
font-size: 1.2rem;
}
}
main {
padding: 1rem;
}
footer {
margin-bottom: 0.5rem;
nav {
align-items: end;
@media screen and (min-width: $small) {
align-items: normal;
justify-content: end;
}
}
}
nav {
display: flex;
flex-direction: column;
:not(:first-child) {
margin: 0.5rem 0 0 0;
}
@media screen and (min-width: $small) {
flex-direction: row;
:not(:first-child) {
margin: 0 0 0 1rem;
}
}
}
a {
color: currentColor;
text-decoration: none;
&:hover {
text-decoration: underline;
}
&.is-active {
color: $color-highlight;
&:hover {
text-decoration: none;
}
}
}
:where(h1, h2, h3, h4, h5, h6, p) + :where(h1, h2, h3, h4, h5, h6, p) {
margin-top: 1rem;
}
p + p {
margin-top: 0.5rem;
} }

View File

@ -2,4 +2,10 @@ baseURL = 'https://iger.events/'
languageCode = 'de-de' languageCode = 'de-de'
title = 'Intergalaktische Erfahrungsreise' title = 'Intergalaktische Erfahrungsreise'
[menu]
[[menu.footer]]
name = "Impressum"
url = "https://hackerspace-bamberg.de/Impressum"
weight = 10
[taxonomies] [taxonomies]

View File

@ -1,5 +1,61 @@
--- ---
title: Intergalaktische Erfahrungsreise title: Aktuelles
menu:
main:
weight: 10
--- ---
This page intentionally left blank. # Schweißgequält vom öden Text zürnt Typograf Jakob
# Schweißgequält vom öden Text zürnt Typograf Jakob
## Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
## Schweißgequält vom öden Text zürnt Typograf Jakob
## Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
### Schweißgequält vom öden Text zürnt Typograf Jakob
### Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
#### Schweißgequält vom öden Text zürnt Typograf Jakob
#### Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
##### Schweißgequält vom öden Text zürnt Typograf Jakob
##### Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.
###### Schweißgequält vom öden Text zürnt Typograf Jakob
###### Schweißgequält vom öden Text zürnt Typograf Jakob
Schweißgequält vom öden Text zürnt Typograf Jakob.
Schweißgequält vom öden Text zürnt Typograf Jakob.

View File

@ -1,5 +1,3 @@
{{ define "title" }}{{ .Title }}{{ end }}
{{ define "main" }} {{ define "main" }}
{{ .Content }} {{ .Content }}
{{ end }} {{ end }}