Website hackertours.hamburg.ccc.de
https://hackertours.hamburg.ccc.de
Stefan Bethke
fc235e6310
All checks were successful
/ build (push) Successful in 11s
Reviewed-on: #10 Co-authored-by: Stefan Bethke <stb@lassitu.de> Co-committed-by: Stefan Bethke <stb@lassitu.de> |
||
---|---|---|
.forgejo/workflows | ||
archetypes | ||
assets/sass | ||
content | ||
layouts | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
.hugo_build.lock | ||
Dockerfile | ||
hugo.yaml | ||
README.md | ||
renovate.json |
Hackertours Web Site
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