Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
Find a file
2023-12-07 19:48:23 +01:00
archetypes First try 2023-12-07 19:37:47 +01:00
content First try 2023-12-07 19:37:47 +01:00
themes First try 2023-12-07 19:37:47 +01:00
.gitignore First try 2023-12-07 19:37:47 +01:00
.gitlab-ci.yml latest is enough 2023-12-07 19:48:14 +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 Clean out docroot before 2023-12-07 19:48:23 +01:00
hugo.yaml First try 2023-12-07 19:37:47 +01:00
README.md First try 2023-12-07 19:37:47 +01: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