Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
Find a file
2024-07-30 21:01:50 +02:00
.forgejo/workflows name actions and remove debug 2024-07-30 19:48:20 +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 file accidentially not commited 2024-06-13 21:52:48 +02:00
themes First try 2023-12-07 19:37:47 +01: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 Add Forgejo workflow 2024-07-30 18:57:12 +02:00
hugo.yaml Switch to de/en 2023-12-09 22:27:16 +01:00
README.md First try 2023-12-07 19:37:47 +01:00
renovate.json Add renovate 2024-07-30 20:48:05 +02: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