diff options
| author | Nicholas Johnson <> | 2026-09-08 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-08 00:00:00 +0000 |
| commit | ca4adcb6e22b96e05981bda6bdb978b29653fa564378101bd40e035557ccd91e (patch) | |
| tree | 881140dde685ad55044d4b16a7e065dd1b61af27464ce4e5767827516fb71bf9 | |
| parent | cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75 (diff) | |
| download | journal-ca4adcb6e22b96e05981bda6bdb978b29653fa564378101bd40e035557ccd91e.tar.gz journal-ca4adcb6e22b96e05981bda6bdb978b29653fa564378101bd40e035557ccd91e.zip | |
Minify output
| -rw-r--r-- | config/_default/hugo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 684ab76..2a57aef 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -17,6 +17,9 @@ timeZone = "UTC" [markup] _merge = "deep" +[minify] + minifyOutput = true + [taxonomies] tag = "tags" |
