201 B
201 B
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