Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
Find a file
Stefan Bethke 39ddb061e6
All checks were successful
/ build (push) Successful in 24s
Add Miwula, corrections
2024-09-26 20:54:17 +02:00
.forgejo/workflows need recursive submodule checkout for themes 2024-09-26 16:49:31 +02:00
archetypes First try 2023-12-07 19:37:47 +01:00
assets/sass nicer tables 2023-12-17 17:13:23 +01:00
content Add Miwula, corrections 2024-09-26 20:54:17 +02:00
themes Update Zen and prepare for 38c3 2024-09-26 08:32:54 +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.0 2024-07-30 18:56:56 +00:00
hugo.yaml Update Zen and prepare for 38c3 2024-09-26 08:32:54 +02:00
README.md First try 2023-12-07 19:37:47 +01:00
renovate.json Add renovate.json 2024-07-30 18:46:18 +00:00

Hackertours 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