hugo/resources/resource_transformers/minifier
Bjørn Erik Pedersen 241b21b0fd Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code.

Also,

* Lower case the default output format names; this is in line with the custom ones (map keys) and how
it's treated all the places. This avoids doing `stringds.EqualFold` everywhere.

Closes #10896
Closes #10620
2023-05-16 18:01:29 +02:00
..
integration_test.go minifier: Port integration tests to its package 2022-02-09 15:41:32 +01:00
minify.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
minify_test.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00