hugo/config/allconfig
Bjørn Erik Pedersen c406fd3a0e Fix setting config from env with complex (e.g. YAML) strings
So you can do

```
HUGO_OUTPUTS="home: [rss]"  hugo
```

And similar.

Fixes #11249
2023-07-16 18:08:23 +02:00
..
allconfig.go config/allconfig: Update timeout description 2023-07-08 23:22:26 +02:00
alldecoders.go Fix setting config from env with complex (e.g. YAML) strings 2023-07-16 18:08:23 +02:00
configlanguage.go Fix defaultContentLanguageInSubdir with only 1 language 2023-07-08 16:08:46 +02:00
integration_test.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
load.go Fix setting config from env with complex (e.g. YAML) strings 2023-07-16 18:08:23 +02:00
load_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00