call hugo as external command

This commit is contained in:
Henrique Dias
2016-02-20 11:31:59 +00:00
parent a9ba42c3d0
commit 9e135967cb
3 changed files with 26 additions and 21 deletions

View File

@@ -55,6 +55,5 @@ func ParseHugo(c *setup.Controller) (*Config, error) {
}
}
conf.Args = append([]string{"--source", conf.Path}, conf.Args...)
return conf, nil
}