mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
6a519e692b
commit
f6fdfcd429
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ func doNewSite(basepath string, force bool) error {
|
|||
filepath.Join(basepath, "archetypes"),
|
||||
filepath.Join(basepath, "static"),
|
||||
filepath.Join(basepath, "data"),
|
||||
filepath.Join(basepath, "themes"),
|
||||
}
|
||||
|
||||
if exists, _ := helpers.Exists(basepath, hugofs.SourceFs); exists {
|
||||
|
|
Loading…
Reference in a new issue