aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-09-03 18:00:22 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:44 -0600
commit8afcdce354aff18cfe9fb8a3f66302612e4ab0df (patch)
tree3072956401402b8da7319cc6ec4eba2570c02726
parent3c38a412fd3bcb24c817f79983fbbb28254e4493 (diff)
downloadblog.kennyballou.com-8afcdce354aff18cfe9fb8a3f66302612e4ab0df.tar.gz
blog.kennyballou.com-8afcdce354aff18cfe9fb8a3f66302612e4ab0df.tar.xz
Add basic makefile
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e9e600b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+OUTPUT=`pwd`/../www/blog/
+all: build
+
+build:
+ @hugo -d ${OUTPUT}
+
+deploy:
+ @rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/