render:
	quarto render .

clean:
	rm -r _site/

deploy:
	rsync -hvrPt _site/ root@zenzicubi.co:/var/www/html
