hugo/commands
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
..
commandeer.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
commands.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
config.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
convert.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
deploy.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
deploy_off.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
env.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
gen.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
helpers.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_windows.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugobuilder.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
import.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
list.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
mod.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
new.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
release.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
server.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
xcommand_template.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00