summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
authorinondle <qfulsher@gmai.com>2015-12-03 17:32:12 -0800
committerAnthony Fok <foka@debian.org>2015-12-04 02:19:53 -0700
commitf6fdfcd42917b6933628a58d5feac6b9a566caa9 (patch)
tree6f6db2731c4ff1bdc2386a83b16b5f36f1395923 /commands/new.go
parent6a519e692ba55d25ceb3a57e5c815f9b91daaebb (diff)
Added 'themes' as a default new site directory
Fixes #1507
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/new.go b/commands/new.go
index da2588fb4..56584260d 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 {