summaryrefslogtreecommitdiff
path: root/blag/Makefile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-02-10 13:32:20 -0700
committerkballou <kballou@devnulllabs.io>2017-02-10 13:32:20 -0700
commit2ee58e2c06ef02680ee7f9f12d34fbd98519b331 (patch)
treee21873c55c281645c044b0a1e685c1fcfa0d2db1 /blag/Makefile
parent6534b7899c7fb88e25fb4edce4f724b15fe6cf21 (diff)
downloadkennyballou.com-2ee58e2c06ef02680ee7f9f12d34fbd98519b331.tar.gz
kennyballou.com-2ee58e2c06ef02680ee7f9f12d34fbd98519b331.tar.xz
Migrate blog content to new repository
Diffstat (limited to 'blag/Makefile')
-rw-r--r--blag/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/blag/Makefile b/blag/Makefile
deleted file mode 100644
index c3483a4..0000000
--- a/blag/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-OUTPUT=`pwd`/../www/blog/
-all: build
-
-.PHONY: build
-build:
- @hugo -d ${OUTPUT}
-
-.PHONY: deploy
-deploy: build
- @rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/
-
-.PHONY: serve
-serve:
- -hugo -d ${OUTPUT} serve