The Hugo code for https://hacker.tours
  • HTML 80.7%
  • SCSS 17.2%
  • Dockerfile 2.1%
Find a file
2026-02-24 19:56:01 +01:00
.forgejo/workflows Update theme and adapt our templates 2026-02-24 19:56:01 +01:00
archetypes Initial version 2024-06-13 22:14:05 +02:00
assets/sass Update with logo, design resources 2024-10-12 10:04:48 +02:00
content Add EH23 2026-02-24 19:13:56 +01:00
layouts Update theme and adapt our templates 2026-02-24 19:56:01 +01:00
static Update with logo, design resources 2024-10-12 10:04:48 +02:00
themes Update theme and adapt our templates 2026-02-24 19:56:01 +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 Update with logo, design resources 2024-10-12 10:04:48 +02: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