mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
commands: Load config before creating the filesystem
To allow publishDir to be set in config file.
This commit is contained in:
parent
834b3d7e41
commit
3f00f47535
6 changed files with 48 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue