brokenco.de/Makefile

10 lines
206 B
Makefile
Raw Normal View History

all:
jekyll && notify-send "Site rebuilt!"
publish:
jekyll && notify-send "Site rebuilt and reindexed!"
rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/
notify-send "Site deployed!"