From 174059aec1903c7590257ad5006fec57fb335df4 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 1 Apr 2012 22:15:55 +0200 Subject: [PATCH] Add a makefile to publish to my blog. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..747f7af --- /dev/null +++ b/Makefile @@ -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