mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user