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 Misc config loading fixes 2021-06-14 17:00:32 +02:00
services Misc config loading fixes 2021-06-14 17:00:32 +02:00
commonConfig.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
commonConfig_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
compositeConfig.go config: Fix merge of config with map[string]string values. 2021-06-22 21:38:28 +02:00
compositeConfig_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
configLoader.go Make sure module config loading errors have file positioning info 2021-08-03 09:57:14 +02:00
configLoader_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
configProvider.go config: Fix merge of config with map[string]string values. 2021-06-22 21:38:28 +02:00
configProvider_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
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 Misc config loading fixes 2021-06-14 17:00:32 +02:00
env.go config: Fix env split to allow = character in values 2021-05-30 20:25:37 +02:00
env_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00