diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |