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
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
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
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