Compare commits
No commits in common. "01d4a3d5beaea78b3f531038d28108a1752c3845" and "63fa0d23f829b406e1ff7e27b544505266189c6b" have entirely different histories.
01d4a3d5be
...
63fa0d23f8
|
@ -27,7 +27,7 @@ body {
|
|||
@media screen and (min-width: $small) {
|
||||
&::before {
|
||||
background: url(/stars.svg) repeat-x top;
|
||||
clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + #{$large * 0.5}) 100%, calc(50% + #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) 100%, 0 100%);
|
||||
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 500px) 100%, calc(50% + 500px) $header-spacing, calc(50% - 500px) $header-spacing, calc(50% - 500px) 100%, 0% 100%);
|
||||
content: '';
|
||||
display: block;
|
||||
height: $stars-height;
|
||||
|
|
18
config.toml
18
config.toml
|
@ -4,10 +4,10 @@ paginate = 3
|
|||
title = 'Intergalaktische Erfahrungsreise'
|
||||
|
||||
[menu]
|
||||
# [[menu.footer]]
|
||||
# name = "Kontakt"
|
||||
# url = "mailto:info@fairydust.reisen"
|
||||
# weight = 5
|
||||
[[menu.footer]]
|
||||
name = "Kontakt"
|
||||
url = "mailto:info@fairydust.reisen"
|
||||
weight = 5
|
||||
[[menu.footer]]
|
||||
name = "Impressum"
|
||||
url = "https://hackerspace-bamberg.de/Impressum"
|
||||
|
@ -24,7 +24,7 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Relive 2022"
|
||||
name = "Relive"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||
weight = 12
|
||||
# [[menu.main]]
|
||||
|
@ -39,10 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
# name = "Engelsystem"
|
||||
# url = "https://helfen.fairydust.reisen/"
|
||||
# weight = 40
|
||||
# [[menu.main]]
|
||||
# name = "Feedback"
|
||||
# url = "https://wiki.fairydust.reisen/feedback"
|
||||
# weight = 70
|
||||
[[menu.main]]
|
||||
name = "Feedback"
|
||||
url = "https://wiki.fairydust.reisen/feedback"
|
||||
weight = 70
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
|
|
Loading…
Reference in New Issue