The Hugo code for https://hacker.tours
Find a file
Stefan Bethke 009085f0e1
All checks were successful
/ build (push) Successful in 9s
Add EH20 tours
2024-06-13 23:28:06 +02:00
.forgejo/workflows User correct deploy user 2024-06-13 23:23:31 +02:00
archetypes Initial version 2024-06-13 22:14:05 +02:00
assets/sass Initial version 2024-06-13 22:14:05 +02:00
content Add EH20 tours 2024-06-13 23:28:06 +02:00
themes/zen Initial version 2024-06-13 22:14:05 +02: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 Initial version 2024-06-13 22:14:05 +02:00
LICENSE add license 2024-06-13 22:16:31 +02: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