This repo holds my CV as a blog.
It is based on Zola and this nice template : https://github.com/tchartron/blow
yarn dev
zola serve
css processing along side zola serve
yarn watch
Or even better :
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 1983:1983 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 1983 --base-url localhost