My [personal website](www.nuclearcarrot.co.uk) built on [zola](https://github.com/getzola/zola)


How 2 to test locally:
zola serve


How 2 deploy the code:
zola build
tar -cf pub.tar public/
sftp ...

ssh ...
cd /srv/www/nuclearcarrot.com/
cp ~/pub.tar .
tar -C . -xf pub.tar