hugo/config
Bjørn Erik Pedersen c7252224c4 Deprecate Blackfriday and fix a potential deadlock in config
Note that the deadlock has not been seen earlier, in tests on in real Hugo sites.

Fixes #8792
Fixes #8791
2021-07-26 16:28:16 +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
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 Implement configuration in a directory for modules 2021-06-18 12:54:30 +02:00
configLoader_test.go
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 Deprecate Blackfriday and fix a potential deadlock in config 2021-07-26 16:28:16 +02:00
defaultConfigProvider_test.go Fix config handling with empty config entries after merge 2021-06-27 15:01:56 +02:00
docshelper.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
env.go
env_test.go