Deploy

Deployment happens automatically in gh-actions on gh-pages. See the gh-pages.yaml file for the delivery configuration.

Development

Before pulling git repo run docker image for serving development server:

docker run --rm -it \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:0.80.0 \
  server 

You are gorgeous!