forked from CCCHH/hackertours
456 B
456 B
Hackertours Web Site
Complete the checkout
We need the submodule for the theme, so update/clone the submodules:
git submodule update --init --recursive
Run in dev mode
hugo server --buildFuture --buildDrafts
Then open http://localhost:1313
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