diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 851e50d..38170cb 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker container: - image: docker.io/hugomods/hugo:latest + image: docker.io/hugomods/hugo:0.156.0 steps: - name: Pipeline info run: | diff --git a/content/de/_index.md b/content/de/_index.md index f641893..f40ebc4 100644 --- a/content/de/_index.md +++ b/content/de/_index.md @@ -14,13 +14,14 @@ cascade: # Aktuelle Events -[39. Chaos Communication Congress Hackertours](https://hackertours.hamburg.ccc.de/en/39c3/) +[Easteregg 2026 Hackertours](https://eh23.easterhegg.eu/hackertours) ([Ticket Shop](https://chat.fairydust.space/#/room/!4Yd1rsYXSloNd5u1lSKcWMmmMfqmpYFwTUkBcp8aoSM)) vom 3. bis 6. April in Koblenz # Frühere Events ## 2025 * [Easterhegg 2025 Hackertours](https://hackertours.hamburg.ccc.de/en/eh22/) +* [39. Chaos Communication Congress Hackertours](https://hackertours.hamburg.ccc.de/en/39c3/) ## 2024 diff --git a/content/de/posts/2026-02-24-eh23.md b/content/de/posts/2026-02-24-eh23.md new file mode 100644 index 0000000..2fa82c8 --- /dev/null +++ b/content/de/posts/2026-02-24-eh23.md @@ -0,0 +1,10 @@ +--- +title: 'Easterhegg 23' +date: 2026-02-24T18:00:00+01:00 +summary: | + Wir freuen uns auf das Easterhegg 2026 in Koblenz! +--- + +Beim diesjährigen [Easterhegg 23 wird es Hackertours](https://eh23.easterhegg.eu/hackertours) geben! Noch laufen die Vorbereitungen, aber sobald die Touren feststehen, gibts hier ein Update. + +Wir freuen uns auf euch in Koblenz Anfang April! \ No newline at end of file diff --git a/content/en/_index.md b/content/en/_index.md index c6b3e61..da46f8b 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -15,13 +15,15 @@ cascade: # Current Events -[39th Chaos Communication Congress Hackertours](https://hackertours.hamburg.ccc.de/en/39c3/) +[Easteregg 2026 Hackertours](https://eh23.easterhegg.eu/hackertours) ([Ticket Shop](https://chat.fairydust.space/#/room/!4Yd1rsYXSloNd5u1lSKcWMmmMfqmpYFwTUkBcp8aoSM)) April 3rd to 6th in Koblenz # Previous Events ## 2025 * [Easterhegg 2025 Hackertours](https://hackertours.hamburg.ccc.de/en/eh22/) +* [39th Chaos Communication Congress Hackertours](https://hackertours.hamburg.ccc.de/en/39c3/) + ## 2024 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 77011af..7bde4db 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,22 +1,21 @@ - + {{ block "title" . }}{{ .Title }} – {{ site.Title }}{{ end }} -{{ partial "meta.html" . }} -{{ partialCached "styles.html" . }} -{{ partial "meta_json_ld.html" . }} -{{ partial "scripts.html" . }} -{{ partial "math.html" . }} -{{ partialCached "tracking.html" . }} -{{ if templates.Exists "partials/head.html" -}} -{{ partial "head.html" . }} -{{ end -}} +{{ partial "head/meta.html" . }} +{{ partialCached "head/favicons.html" . }} +{{ partialCached "head/styles.html" . }} +{{ partial "head/meta-json-ld.html" . }} +{{ partial "head/scripts.html" . }} +{{ partial "head/math.html" . }} +{{ partialCached "head/tracking.html" . }} +{{ partial "head/extra.html" . }} {{ block "head" . }}{{ end }} - +
{{ if $.Param "logo" | default true -}} @@ -42,14 +41,7 @@ {{ if $.Param "sidebar" }}{{ partial "sidebar.html" . }}{{ end -}}
-{{ if templates.Exists "partials/footer.html" -}} {{ partial "footer.html" . }} -{{ else -}} -{{ if $.Param "feedlinks" }}{{ partial "feedlinks.html" . }}{{ end -}} -

{{ with $.Param "copyright" }}{{ . | markdownify }}{{ else }}© {{ site.Title }}{{ end }}

-{{ with $.Param "footer" }}

{{ . | markdownify }}

{{ end }} -{{ if $.Param "poweredby" }}

Powered by Hugo and the Zen theme.

{{ end }} -{{ end -}}
{{ if $.Param "cookieconsent" }}{{ partialCached "cookieconsent.html" . }}{{ end -}} diff --git a/layouts/home/baseof.html b/layouts/home/baseof.html index 7e677b0..ff4179f 100644 --- a/layouts/home/baseof.html +++ b/layouts/home/baseof.html @@ -1,22 +1,21 @@ - + {{ block "title" . }}{{ .Title }} – {{ site.Title }}{{ end }} -{{ partial "meta.html" . }} -{{ partialCached "styles.html" . }} -{{ partial "meta_json_ld.html" . }} -{{ partial "scripts.html" . }} -{{ partial "math.html" . }} -{{ partialCached "tracking.html" . }} -{{ if templates.Exists "partials/head.html" -}} -{{ partial "head.html" . }} -{{ end -}} +{{ partial "head/meta.html" . }} +{{ partialCached "head/favicons.html" . }} +{{ partialCached "head/styles.html" . }} +{{ partial "head/meta-json-ld.html" . }} +{{ partial "head/scripts.html" . }} +{{ partial "head/math.html" . }} +{{ partialCached "head/tracking.html" . }} +{{ partial "head/extra.html" . }} {{ block "head" . }}{{ end }} - +
{{ if $.Param "logo" | default true -}} @@ -25,11 +24,10 @@ {{ end -}}
-
{{ .Param "headline" }}
- {{ if .Param "intro" }} +
{{ .Param "intro" }}
- {{ end }}
+
{{ if hugo.IsMultilingual }}{{ partial "language-selector.html" . }}{{ end -}} {{ if $.Param "menuinheader" }}{{ partial "menu.html" . }}{{ end -}} @@ -44,14 +42,7 @@ {{ if $.Param "sidebar" }}{{ partial "sidebar.html" . }}{{ end -}} {{ if $.Param "cookieconsent" }}{{ partialCached "cookieconsent.html" . }}{{ end -}} diff --git a/themes/zen b/themes/zen index 7585387..8e611f3 160000 --- a/themes/zen +++ b/themes/zen @@ -1 +1 @@ -Subproject commit 758538798508998744cecead44f2c8e48e116e2e +Subproject commit 8e611f3a64836c64a41b46c03abcc4b7aa5d4f14