mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 04:53:08 +00: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, "archetypes"),
|
||||||
filepath.Join(basepath, "static"),
|
filepath.Join(basepath, "static"),
|
||||||
filepath.Join(basepath, "data"),
|
filepath.Join(basepath, "data"),
|
||||||
|
filepath.Join(basepath, "themes"),
|
||||||
}
|
}
|
||||||
|
|
||||||
if exists, _ := helpers.Exists(basepath, hugofs.SourceFs); exists {
|
if exists, _ := helpers.Exists(basepath, hugofs.SourceFs); exists {
|
||||||
|
|
Loading…
Add table
Reference in a new issue