aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-02-17 22:44:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-02-17 22:44:22 +0100
commitbb3fdcd40fe3c297f01afcc446ab33bf0ba3d986 (patch)
tree765b85eea1862f0bec1b005e3de062a15bb6a16b /Makefile
parentbcc96b81e29a920d9d75f3e5d59c9b07608346de (diff)
downloadmitjafelicijan.com-bb3fdcd40fe3c297f01afcc446ab33bf0ba3d986.tar.gz
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8b93d83..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
1clean:
2 -rm -Rf _site/
3
4run: clean
5 bundle exec jekyll serve --host=0.0.0.0 --incremental --drafts
6
7publish:
8 cp _includes/site.min.css assets/site.min.css # for service worker
9 git add .
10 git commit -m "content update"
11 git push