summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e12d819..5102e6d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,7 @@ make_push_to_server: production
watch:
bundle exec jekyll serve -l --drafts
+ipfs:
+ rm -f ipfs.tar
+ JEKYLL_ENV=ipfs bundle exec jekyll build
+ cd _site && cp all.html index.html && tar cvf ../ipfs.tar $$(grep -L redirect *.html) assets index.html