This is the code of my personnal website. I'm using the library Hugo (JS).
locally
hugo -D && git add . && git commit -m "update nov 25" && git push origin main
on server
ssh server
sudo su
cd /var/www/timotheeblog
git pull
rm -rf ~/Library/Caches/hugo_cache/
rm -rf themes/PaperMod
git clone https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod hugo mod get -u github.com/adityatelange/hugo-PaperMod hugo mod tidy