brokenco.de/Makefile

11 lines
187 B
Makefile
Raw Normal View History

all:
echo ">> Building the site"
jekyll && notify-send "Site rebuilt!"
publish: all
rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/
notify-send "Site deployed!"