Compare commits
2 Commits
63fa0d23f8
...
01d4a3d5be
Author | SHA1 | Date |
---|---|---|
Luca | 01d4a3d5be | |
Luca | 5f14f8170c |
|
@ -27,7 +27,7 @@ body {
|
||||||
@media screen and (min-width: $small) {
|
@media screen and (min-width: $small) {
|
||||||
&::before {
|
&::before {
|
||||||
background: url(/stars.svg) repeat-x top;
|
background: url(/stars.svg) repeat-x top;
|
||||||
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%);
|
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%);
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
height: $stars-height;
|
height: $stars-height;
|
||||||
|
|
18
config.toml
18
config.toml
|
@ -4,10 +4,10 @@ paginate = 3
|
||||||
title = 'Intergalaktische Erfahrungsreise'
|
title = 'Intergalaktische Erfahrungsreise'
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.footer]]
|
# [[menu.footer]]
|
||||||
name = "Kontakt"
|
# name = "Kontakt"
|
||||||
url = "mailto:info@fairydust.reisen"
|
# url = "mailto:info@fairydust.reisen"
|
||||||
weight = 5
|
# weight = 5
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Impressum"
|
name = "Impressum"
|
||||||
url = "https://hackerspace-bamberg.de/Impressum"
|
url = "https://hackerspace-bamberg.de/Impressum"
|
||||||
|
@ -24,7 +24,7 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Relive"
|
name = "Relive 2022"
|
||||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||||
weight = 12
|
weight = 12
|
||||||
# [[menu.main]]
|
# [[menu.main]]
|
||||||
|
@ -39,10 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
# name = "Engelsystem"
|
# name = "Engelsystem"
|
||||||
# url = "https://helfen.fairydust.reisen/"
|
# url = "https://helfen.fairydust.reisen/"
|
||||||
# weight = 40
|
# weight = 40
|
||||||
[[menu.main]]
|
# [[menu.main]]
|
||||||
name = "Feedback"
|
# name = "Feedback"
|
||||||
url = "https://wiki.fairydust.reisen/feedback"
|
# url = "https://wiki.fairydust.reisen/feedback"
|
||||||
weight = 70
|
# weight = 70
|
||||||
|
|
||||||
[minify]
|
[minify]
|
||||||
minifyOutput = true
|
minifyOutput = true
|
||||||
|
|
Loading…
Reference in New Issue