projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a519e6
)
Added 'themes' as a default new site directory
author
inondle
<qfulsher@gmai.com>
Fri, 4 Dec 2015 01:32:12 +0000
(17:32 -0800)
committer
Anthony Fok
<foka@debian.org>
Fri, 4 Dec 2015 09:19:53 +0000
(
02:19
-0700)
Fixes #1507
commands/new.go
patch
|
blob
|
history
diff --git
a/commands/new.go
b/commands/new.go
index da2588fb4a6c41722310c3d857a1c96e3df2fd10..56584260dc19fe2bab25f5e7c606c709a3e40909 100644
(file)
--- 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 {