From: inondle Date: Fri, 4 Dec 2015 01:32:12 +0000 (-0800) Subject: Added 'themes' as a default new site directory X-Git-Tag: v0.16~541 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6fdfcd42917b6933628a58d5feac6b9a566caa9;p=brevno-suite%2Fhugo Added 'themes' as a default new site directory Fixes #1507 --- diff --git a/commands/new.go b/commands/new.go index da2588fb..56584260 100644 --- a/commands/new.go +++ b/commands/new.go @@ -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 {