1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-22 18:22:04 +00:00
hugo/hugofs
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
..
files
glob Correct typos in Go comments 2023-03-02 16:32:32 +01:00
createcounting_fs.go
decorators.go Also consider wrapped errors when checking for file IsNotExist errors 2022-12-14 13:51:06 +01:00
fileinfo.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
fileinfo_test.go
filename_filter_fs.go
filename_filter_fs_test.go
filter_fs.go
filter_fs_test.go
fs.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
fs_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
glob.go Consolidate the glob case logic 2022-09-23 16:19:21 +02:00
glob_test.go Consolidate the glob case logic 2022-09-23 16:19:21 +02:00
hasbytes_fs.go Fix /static performance regression from Hugo 0.103.0 2022-09-26 19:02:25 +02:00
hashing_fs.go
hashing_fs_test.go
language_merge.go
noop_fs.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
nosymlink_fs.go
nosymlink_test.go
rootmapping_fs.go Also consider wrapped errors when checking for file IsNotExist errors 2022-12-14 13:51:06 +01:00
rootmapping_fs_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
slice_fs.go Also consider wrapped errors when checking for file IsNotExist errors 2022-12-14 13:51:06 +01:00
stacktracer_fs.go
walk.go Also consider wrapped errors when checking for file IsNotExist errors 2022-12-14 13:51:06 +01:00
walk_test.go