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
alldecoders.go Fix setting config from env with complex (e.g. YAML) strings 2023-07-16 18:08:23 +02:00
configlanguage.go
integration_test.go
load.go Fix setting config from env with complex (e.g. YAML) strings 2023-07-16 18:08:23 +02:00
load_test.go