The Hugo code for https://hacker.tours
Find a file
Stefan Bethke 6e340169ec
Some checks failed
/ build (push) Failing after 8s
Add deployment actions
2024-06-13 23:16:43 +02:00
.forgejo/workflows Add deployment actions 2024-06-13 23:16:43 +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 Initial version 2024-06-13 22:14:05 +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