From 5c2b35fe0dac00c4db9a36847858aa845206719e Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Sun, 23 Jun 2024 10:41:36 -0400 Subject: [PATCH] Minify HTML and JavaScript files --- hugo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 4e2e81c..f96165e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,10 +31,12 @@ title = "Ethan Yoo" year = "year" [minify] - disableHTML = true - disableJS = true + disableHTML = false + disableJS = false disableJSON = true minifyOutput = true + [minify.tdewolff.html] + keepComments = true # Parameters [params]