hugo/config
Bjørn Erik Pedersen f4ffeea71d Fix it so disableKinds etc. does not get merged in from theme
Unless the merge strategy is set up to do so.

For `disableKinds` the current workaround is to make sure the project config has an entry, even if is empty:

```
disableKinds = []
```

Note that this issue only touches root, non-map config-values that either is not set in project config or in Hugo's defaults.

Fixes #8866
2021-08-22 13:25:20 +02:00
..
privacy
services
commonConfig.go
commonConfig_test.go
compositeConfig.go
compositeConfig_test.go
configLoader.go Make sure module config loading errors have file positioning info 2021-08-03 09:57:14 +02:00
configLoader_test.go
configProvider.go
configProvider_test.go
defaultConfigProvider.go Fix it so disableKinds etc. does not get merged in from theme 2021-08-22 13:25:20 +02:00
defaultConfigProvider_test.go Fix it so disableKinds etc. does not get merged in from theme 2021-08-22 13:25:20 +02:00
docshelper.go
env.go
env_test.go