ref: f6fdfcd42917b6933628a58d5feac6b9a566caa9
parent: 6a519e692ba55d25ceb3a57e5c815f9b91daaebb
author: inondle <[email protected]>
date: Thu Dec 3 12:32:12 EST 2015
Added 'themes' as a default new site directory Fixes #1507
--- a/commands/new.go
+++ b/commands/new.go
@@ -112,6 +112,7 @@
filepath.Join(basepath, "archetypes"),
filepath.Join(basepath, "static"),
filepath.Join(basepath, "data"),
+ filepath.Join(basepath, "themes"),
}
if exists, _ := helpers.Exists(basepath, hugofs.SourceFs); exists {