mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Hugo config abstracted into a general purpose config library called "Viper".
Hugo casting now in own library called "cast"
This commit is contained in:
@@ -25,7 +25,7 @@ var check = &cobra.Command{
|
||||
content provided and will give feedback.`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
InitializeConfig()
|
||||
site := hugolib.Site{Config: *Config}
|
||||
site := hugolib.Site{}
|
||||
site.Analyze()
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user