First try

This commit is contained in:
Stefan Bethke 2023-12-07 19:37:47 +01:00
commit c8beea5bbf
17 changed files with 161 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Hackertours Web Site
## Build locally
```shell
rm -rf public
hugo
docker build -t hackertours .
docker run -it --rm --name hackertours -p 8888:80 hackertours
```
Then open http://localhost:8888