mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 19:54:08 +02:00
commands: Load config before creating the filesystem
To allow publishDir to be set in config file.
This commit is contained in:
@@ -954,6 +954,7 @@ func (c *hugoBuilder) loadConfig(cd *simplecobra.Commandeer, running bool) error
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
c.setConf(conf)
|
||||
if c.onConfigLoaded != nil {
|
||||
if err := c.onConfigLoaded(false); err != nil {
|
||||
|
Reference in New Issue
Block a user