The Hugo code for https://hacker.tours
Find a file
Stefan Bethke c2f2a553d3
All checks were successful
/ build (push) Successful in 10s
Add linkt to chaos.social profile
2024-10-10 23:33:13 +02:00
.forgejo/workflows use plain hugo 2024-10-10 22:26:17 +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 linkt to chaos.social profile 2024-10-10 23:33:13 +02:00
static Update to submodule, add icon 2024-10-10 22:12:38 +02:00
themes Update to submodule, add icon 2024-10-10 22:12:38 +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 Update to submodule, add icon 2024-10-10 22:12:38 +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