hugo/resources
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
..
assets Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
images Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
internal Only invoke a given cached partial once 2023-01-25 17:35:23 +01:00
jsconfig
page Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
postpub Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource_factories Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource_transformers Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
testdata exif: Return the proper exposure time value in some special cases 2023-02-26 11:19:49 +01:00
docs.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
errorResource.go Add a page template func 2023-02-25 19:53:18 +01:00
image.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
image_cache.go
image_extended_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
image_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
integration_test.go resources: Improve error message on .Resize etc. on SVGs 2022-05-25 18:06:20 +02:00
post_publish.go
resource.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource_cache.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource_cache_test.go
resource_metadata.go
resource_spec.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
resource_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
testhelpers_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
transform.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
transform_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00