From 7374279d3559b595819e389aac3266374654338d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 12 May 2023 10:08:17 +0100 Subject: Add minify to website --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfafde1..2748a7d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ content: content.org emacs --batch --eval $(DEPS) --find-file $< --eval $(PUBLISH) public: content layouts/partials/papers.html layouts/partials/papers_other.html - hugo --minify + hugo --gc --minify clean: rm -rf layouts -- cgit