The Hugo code for https://hacker.tours
Find a file
Stefan Bethke ed4e76a6aa
All checks were successful
/ build (push) Successful in 11s
Link to codeberg.org repo
2024-10-12 10:32:36 +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 Update with logo, design resources 2024-10-12 10:04:48 +02:00
content Link to codeberg.org repo 2024-10-12 10:32:36 +02:00
layouts Update with logo, design resources 2024-10-12 10:04:48 +02:00
static Update with logo, design resources 2024-10-12 10:04:48 +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 with logo, design resources 2024-10-12 10:04:48 +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