zenzicubi.co/Makefile

9 lines
109 B
Makefile

render:
quarto render .
clean:
rm -r _site/
deploy:
rsync -hvrPt _site/ root@zenzicubi.co:/var/www/html