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