From a6308a769b90f506fd1281e805a2bdf9a8706282 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 4 Oct 2024 18:18:23 +0200 Subject: Add ipfs env for single-page --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3