hugo
rsync -arP --delete public/* server:/var/www/site
git add .
git commit -m "Site update"
git push