hugo/common/hugo
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
..
hugo.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugo_test.go common: Add hugo.GoVersion 2022-06-14 09:48:45 +02:00
vars_extended.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
vars_regular.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
version.go Accept vendor-specified build date if .git/ is unavailable 2022-06-28 20:51:18 +02:00
version_current.go releaser: Prepare repository for 0.112.0-DEV 2023-03-12 11:51:49 +00:00
version_test.go common/hugo: Fix version logic 2022-05-16 13:01:52 +02:00