hugo/tpl
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
..
cast Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
collections Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
compare Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
crypto Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
css
data Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
debug
diagrams
encoding
fmt Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo 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
inflect
internal
js
lang Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
math Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
openapi Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
os
page
partials Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
path Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
reflect
resources
safe
site Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
strings Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
templates
time Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
tplimpl Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
transform Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
urls Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
template.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
template_info.go
template_test.go