Compare commits

...

3 commits

Author SHA1 Message Date
v ca00926bb4 content improvement 2023-07-12 21:29:19 +02:00
v 1cb24092e6 adjust theme 2023-07-12 21:28:29 +02:00
v a23ea45e1e logo improvements 2023-07-12 21:01:51 +02:00
9 changed files with 25 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

View file

@ -9,8 +9,21 @@ enableRobotsTXT: true
params: params:
label: label:
icon: images/logo.png icon: images/logo_peaceful_plus_text.png
iconHeight: 50 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." author: "0x90.space e.V."
dateFormat: "02. Jan 2006" dateFormat: "02. Jan 2006"
defaultTheme: dark defaultTheme: dark

View file

@ -1,5 +1,5 @@
--- ---
title: "Hello World!" title: "Hello World"
date: "2023-07-05" 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. 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.

View file

@ -1,5 +1,5 @@
--- ---
title: "Hello World!" title: "Hello World"
date: "2023-07-05" 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)). 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

Binary file not shown.

View file

@ -21,8 +21,14 @@ h6 {
color: var(--primary); color: var(--primary);
} }
@font-face {
font-family: 'Space Mono';
src: url(/fonts/SpaceMono-Regular.ttf);
}
body { 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; font-size: 18px;
line-height: 1.6; line-height: 1.6;
word-break: break-word; word-break: break-word;

View file

@ -58,7 +58,7 @@
{{- $user_preferred := or site.Params.disableSpecial1stPost site.Params.homeInfoParams }} {{- $user_preferred := or site.Params.disableSpecial1stPost site.Params.homeInfoParams }}
{{- if (and $.IsHome (eq $paginator.PageNumber 1) (eq $index 0) (not $user_preferred)) }} {{- if (and $.IsHome (eq $paginator.PageNumber 1) (eq $index 0) (not $user_preferred)) }}
{{- $class = "first-entry" }} {{- $class = "first-entry home-info" }}
{{- else if $term }} {{- else if $term }}
{{- $class = "post-entry tag-entry" }} {{- $class = "post-entry tag-entry" }}
{{- end }} {{- end }}

View file

@ -69,7 +69,6 @@
{{- else if hasPrefix site.Params.label.iconSVG "<svg" }} {{- else if hasPrefix site.Params.label.iconSVG "<svg" }}
{{ site.Params.label.iconSVG | safeHTML }} {{ site.Params.label.iconSVG | safeHTML }}
{{- end -}} {{- end -}}
{{- $label_text -}}
</a> </a>
{{- end }} {{- end }}
<div class="logo-switches"> <div class="logo-switches">

Binary file not shown.