This website gets compiled trough github actions into a static website that is then hosted on git It is possible to preview the website trough a simple docker image that makes it available on localhost and rebuilds on save
- install docker
- 'cd hugo-blog && git submodule init && git submodule update --recursive'
- 'cd docker && docker compose up'