The Hugo code for https://hacker.tours
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| archetypes | ||
| assets/sass | ||
| content | ||
| themes/zen | ||
| .gitignore | ||
| .gitmodules | ||
| .hugo_build.lock | ||
| Dockerfile | ||
| hugo.yaml | ||
| LICENSE | ||
| README.md | ||
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