From bf03e8b5a9f1564cf8795e97c48b47b6da211103 Mon Sep 17 00:00:00 2001 From: stb Date: Mon, 15 Jun 2026 18:23:14 +0200 Subject: [PATCH] Rearrange home page, add link to blogs (#166) * Make the news section most prominent by moving "about us" down * Add a link to all blog posts (articles and events) * Update group cards Reviewed-on: https://git.hamburg.ccc.de/CCCHH/ccchh-website/pulls/166 Reviewed-by: jtbx --- content/_index.md | 5 ----- content/home/1a-about/index.md | 10 ++++++++++ themes/ccchh/layouts/index.html | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 content/home/1a-about/index.md diff --git a/content/_index.md b/content/_index.md index 5f69c56..79ad903 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,8 +3,3 @@ title: "CCC Hansestadt Hamburg e.V." date: 2022-11-20T09:03:20-08:00 draft: false --- - -## Über uns -Wir sind der Chaos Computer Club der Hansestadt Hamburg. -Bei uns handelt es sich um eine Gruppe von Menschen, die ein Interesse am kreativen Umgang mit Technik teilen. -Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik. diff --git a/content/home/1a-about/index.md b/content/home/1a-about/index.md new file mode 100644 index 0000000..633877f --- /dev/null +++ b/content/home/1a-about/index.md @@ -0,0 +1,10 @@ +--- +title: "Über uns" +date: 2026-06-13T00:00:00-02:00 +draft: false +headless: true +--- + +Wir sind der Chaos Computer Club der Hansestadt Hamburg: +Eine Gruppe von Menschen, die ein Interesse am kreativen Umgang mit Technik teilen. +Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik. diff --git a/themes/ccchh/layouts/index.html b/themes/ccchh/layouts/index.html index ef3708d..0c0e47d 100644 --- a/themes/ccchh/layouts/index.html +++ b/themes/ccchh/layouts/index.html @@ -14,7 +14,7 @@ {{ if or $upcoming $articleNew }}
-

Neuigkeiten

+

Aktuell

{{- range $upcoming.ByDate }}
{{- partial "blog-header.html" (dict "headingLink" true "level" 4 "reduced" true "page" . ) }} @@ -44,6 +44,7 @@ {{- end }}
{{- end }} +

Wir pflegen ein Archiv aller Neuigkeiten.

{{- end }}