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:
d6f6945
)
Add a 404.html file if a new theme is created
author
digitalcraftsman
<digitalcraftsman@users.noreply.github.com>
Fri, 4 Sep 2015 11:43:09 +0000
(13:43 +0200)
committer
spf13
<steve.francia@gmail.com>
Tue, 8 Sep 2015 15:29:04 +0000
(11:29 -0400)
commands/new.go
patch
|
blob
|
history
diff --git
a/commands/new.go
b/commands/new.go
index f22a36f563657cd763900289241912ebe282c119..9d1691592865fb333eaa54fbeac42608876c1c66 100644
(file)
--- a/
commands/new.go
+++ b/
commands/new.go
@@
-155,6
+155,7
@@
func NewTheme(cmd *cobra.Command, args []string) {
mkdir(createpath, "layouts", "partials")
touchFile(createpath, "layouts", "index.html")
+ touchFile(createpath, "layouts", "404.html")
touchFile(createpath, "layouts", "_default", "list.html")
touchFile(createpath, "layouts", "_default", "single.html")