Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
Find a file
2025-11-10 11:44:40 +01:00
.forgejo/workflows ci: switch to Forgejos upload artifact v4 fork to make it work 2025-10-25 20:02:06 +02:00
archetypes First try 2023-12-07 19:37:47 +01:00
assets/sass Improve blog post display 2024-11-18 12:21:04 +01:00
content fix: Mentions correct language for day 2 of Tour der Giganten 2025-11-10 11:44:40 +01:00
layouts chrore: Relocates README note for the language badge 2025-11-08 17:38:37 +01:00
static Add logo and brand with more CCCHH (#10) 2024-10-13 13:29:36 +02:00
themes Update to newest theme version 2025-10-13 15:04:09 +02:00
.gitignore First try 2023-12-07 19:37:47 +01:00
.gitmodules First try 2023-12-07 19:37:47 +01:00
.hugo_build.lock First try 2023-12-07 19:37:47 +01:00
Dockerfile Update docker.io/nginx Docker tag to v1.27.2 2024-10-13 11:31:01 +00:00
hugo.yaml Fix links 2025-10-25 18:44:41 +02:00
README.md chrore: Relocates README note for the language badge 2025-11-08 17:38:37 +01:00
renovate.json Add renovate.json 2024-07-30 18:46:18 +00:00

Hackertours Web Site

Complete the checkout

We need the submodule for the theme, so update/clone the submodules:

git submodule update --init --recursive

Run in dev mode

hugo server --buildFuture --buildDrafts

Then open http://localhost:1313

Shortcode: Language badge

Use the lang shortcode to mark whether a tour is in German, English or bilingual. It renders a small superscript badge next to the text, with details when hovered over or parsed by a screenreader.

  • German: {{< lang de >}}
  • English: {{< lang en >}}
  • Bilingual: {{< lang deen >}}

For usage references check the German and English tour overview.