aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-12 10:08:17 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-12 10:08:17 +0100
commit7374279d3559b595819e389aac3266374654338d (patch)
tree7f87a9d85a79955502fb1ff08719906c3e5183e4
parent68e4d6689d29ba5c1e7db2d7aaaec7d38e066f8e (diff)
downloadyannherklotz.com-7374279d3559b595819e389aac3266374654338d.tar.gz
yannherklotz.com-7374279d3559b595819e389aac3266374654338d.zip
Add minify to website
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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