The Hugo code for https://hacker.tours
  • HTML 80.7%
  • SCSS 17.2%
  • Dockerfile 2.1%
Find a file
2026-03-01 16:14:23 +01:00
.forgejo/workflows Add EH23 (#1) 2026-02-24 20:03:19 +01:00
archetypes Initial version 2024-06-13 22:14:05 +02:00
assets/sass feat: Applies darkmode from hackertours.hamburg.ccc.de 2026-03-01 16:06:11 +01:00
content refactor: Applies changes made to the logo for the 39C3 dark mode color scheme 2026-03-01 16:14:23 +01:00
layouts Add EH23 (#1) 2026-02-24 20:03:19 +01:00
static refactor: Applies changes made to the logo for the 39C3 dark mode color scheme 2026-03-01 16:14:23 +01:00
themes Add EH23 (#1) 2026-02-24 20:03:19 +01:00
.gitignore Initial version 2024-06-13 22:14:05 +02:00
.gitmodules Initial version 2024-06-13 22:14:05 +02:00
.hugo_build.lock Initial version 2024-06-13 22:14:05 +02:00
Dockerfile Initial version 2024-06-13 22:14:05 +02:00
hugo.yaml refactor: Applies changes made to the logo for the 39C3 dark mode color scheme 2026-03-01 16:14:23 +01:00
LICENSE EH22 is 2025 2025-03-02 19:35:27 +01:00
README.md Initial version 2024-06-13 22:14:05 +02:00

hacker.tours Web Site

Build locally

rm -rf public
hugo
docker build -t hackertours .
docker run -it --rm --name hackertours -p 8888:80 hackertours

Then open http://localhost:8888