Added 'themes' as a default new site directory
authorinondle <qfulsher@gmai.com>
Fri, 4 Dec 2015 01:32:12 +0000 (17:32 -0800)
committerAnthony Fok <foka@debian.org>
Fri, 4 Dec 2015 09:19:53 +0000 (02:19 -0700)
Fixes #1507

commands/new.go

index da2588fb4a6c41722310c3d857a1c96e3df2fd10..56584260dc19fe2bab25f5e7c606c709a3e40909 100644 (file)
@@ -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 {