1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-13 10:45:21 +00:00
Commit graph

4 commits

Author SHA1 Message Date
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 
Closes 
2023-05-16 18:01:29 +02:00
Bjørn Erik Pedersen
ad2059878a Also consider wrapped errors when checking for file IsNotExist errors
Fixes 
2022-12-14 13:51:06 +01:00
Bjørn Erik Pedersen
cff14144a6
Rename Codeowners() to CodeOwners() 2022-02-27 19:40:07 +01:00
Marshall Cottrell
06bac57ab0 Add support for CODEOWNERS
Fixes 
2022-02-23 22:43:19 +01:00