Compare commits
3 commits
863a073e62
...
ca00926bb4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca00926bb4 | ||
|
|
1cb24092e6 | ||
|
|
a23ea45e1e |
BIN
assets/images/logo_peaceful_plus_text.png
Normal file
BIN
assets/images/logo_peaceful_plus_text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 489 KiB |
17
config.yml
17
config.yml
|
|
@ -9,8 +9,21 @@ enableRobotsTXT: true
|
|||
|
||||
params:
|
||||
label:
|
||||
icon: images/logo.png
|
||||
iconHeight: 50
|
||||
icon: images/logo_peaceful_plus_text.png
|
||||
iconHeight: 120
|
||||
# homeInfoParams:
|
||||
# Title: Hello World
|
||||
# Content: |
|
||||
# Der [0x90.space](https://0x90.space/) veranstaltet vom 16.9 - 17.9.2023 das "Quellcode" im [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)).
|
||||
# Das Ziel ist Menschen aus verschiedenen Hintergründen zusammenzubringen, um voneinander zu lernen.
|
||||
# Es soll Gelegenheit sein Erfahrungen auszutauschen und zum kreativen Umgang mit Technik.
|
||||
#
|
||||
# [Mehr Info...](/posts/helloworld)
|
||||
socialIcons:
|
||||
- name: email
|
||||
url: "mailto:people@schleuder.0x90.space"
|
||||
- name: matrix
|
||||
url: "https://matrix.to/#/#quellcode:chat.heizhaus.org"
|
||||
author: "0x90.space e.V."
|
||||
dateFormat: "02. Jan 2006"
|
||||
defaultTheme: dark
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Hello World!"
|
||||
title: "Hello World"
|
||||
date: "2023-07-05"
|
||||
---
|
||||
The [0x90.space](https://0x90.space/) is hosting the "Quellcode" at the [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)) from 9/16 - 9/17/2023.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Hello World!"
|
||||
title: "Hello World"
|
||||
date: "2023-07-05"
|
||||
---
|
||||
Der [0x90.space](https://0x90.space/) veranstaltet vom 16.9 - 17.9.2023 das "Quellcode" im [Heizhaus Nürnberg](https://heizhaus.org/) ([Wandererstr. 89c, 90431 Nürnberg](https://osm.org/go/0D6zlBi~x-?way=37685652)).
|
||||
|
|
|
|||
BIN
logo_peaceful_plus_text.xcf
Normal file
BIN
logo_peaceful_plus_text.xcf
Normal file
Binary file not shown.
|
|
@ -21,8 +21,14 @@ h6 {
|
|||
color: var(--primary);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Space Mono';
|
||||
src: url(/fonts/SpaceMono-Regular.ttf);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
|
||||
font-family: 'Space Mono', sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
word-break: break-word;
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
{{- $user_preferred := or site.Params.disableSpecial1stPost site.Params.homeInfoParams }}
|
||||
{{- if (and $.IsHome (eq $paginator.PageNumber 1) (eq $index 0) (not $user_preferred)) }}
|
||||
{{- $class = "first-entry" }}
|
||||
{{- $class = "first-entry home-info" }}
|
||||
{{- else if $term }}
|
||||
{{- $class = "post-entry tag-entry" }}
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@
|
|||
{{- else if hasPrefix site.Params.label.iconSVG "<svg" }}
|
||||
{{ site.Params.label.iconSVG | safeHTML }}
|
||||
{{- end -}}
|
||||
{{- $label_text -}}
|
||||
</a>
|
||||
{{- end }}
|
||||
<div class="logo-switches">
|
||||
|
|
|
|||
BIN
themes/PaperMod/static/fonts/SpaceMono-Regular.ttf
Normal file
BIN
themes/PaperMod/static/fonts/SpaceMono-Regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue