forked from CCCHH/hacker.tours-website
The Hugo code for https://hacker.tours
- HTML 80.7%
- SCSS 17.2%
- Dockerfile 2.1%
Reviewed-on: CCCHH/hacker.tours-website#3 Reviewed-by: stb <stb@noreply.git.hamburg.ccc.de> |
||
|---|---|---|
| .forgejo/workflows | ||
| archetypes | ||
| assets/sass | ||
| content | ||
| layouts | ||
| static | ||
| themes | ||
| .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