Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
Find a file
Stefan Bethke 95b4d7a70a
All checks were successful
/ build (pull_request) Successful in 17s
Merge branch 'main' into logo
2024-10-13 13:15:17 +02:00
.forgejo/workflows Use correct staging directory 2024-10-13 13:13:52 +02:00
archetypes First try 2023-12-07 19:37:47 +01:00
assets/sass Add logo and brand with more CCCHH 2024-10-13 13:11:16 +02:00
content Add logo and brand with more CCCHH 2024-10-13 13:11:16 +02:00
layouts Add logo and brand with more CCCHH 2024-10-13 13:11:16 +02:00
static Add logo and brand with more CCCHH 2024-10-13 13:11:16 +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.1 2024-08-15 18:01:29 +00:00
hugo.yaml Add logo and brand with more CCCHH 2024-10-13 13:11:16 +02:00
README.md Explain how to run in dev mode 2024-09-27 18:29:18 +02:00
renovate.json Add renovate.json 2024-07-30 18:46:18 +00:00

Hackertours Web Site

Run in dev mode

hugo server --buildFuture --buildDrafts

Then open http://localhost:1313

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