Add a makefile to publish to my blog.

This commit is contained in:
Alexis Metaireau 2012-04-01 22:15:55 +02:00
parent f4bd36b3b0
commit 174059aec1

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
build:
pelican -s pelican.conf.py .
upload: build
scp -rP 20004 output/* alexis@notmyidea.org:/usr/local/www/notmyidea.org/blog
curl http://notmyidea.org/reload