mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Remove metaDataFormat setting
Not in use anymore.
This commit is contained in:
@@ -585,7 +585,6 @@ func loadDefaultSettingsFor(v *viper.Viper) error {
|
|||||||
|
|
||||||
v.SetDefault("cleanDestinationDir", false)
|
v.SetDefault("cleanDestinationDir", false)
|
||||||
v.SetDefault("watch", false)
|
v.SetDefault("watch", false)
|
||||||
v.SetDefault("metaDataFormat", "toml")
|
|
||||||
v.SetDefault("resourceDir", "resources")
|
v.SetDefault("resourceDir", "resources")
|
||||||
v.SetDefault("publishDir", "public")
|
v.SetDefault("publishDir", "public")
|
||||||
v.SetDefault("themesDir", "themes")
|
v.SetDefault("themesDir", "themes")
|
||||||
|
Reference in New Issue
Block a user