summaryrefslogtreecommitdiff
path: root/blag/Makefile
diff options
context:
space:
mode:
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