About this website
This time I did not do any long research and testing and went with Zola static site generator, witch felt good and worked out of the box.
I also did "adopt" (austere theme)[https://www.getzola.org/themes/austere/] but without regaards to updates I have started changing it almost immediately.
Whis wesite is then deployed in a most simple way with shell script:
#!/bin/bash
zola build
scp -r ./public/* root@jandaniel.net:/var/www/jandaniel.link/
It is not the fastest, nor most elegant, but it was fast to copy from different repo :-D