Add a 404.html file if a new theme is created
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Fri, 4 Sep 2015 11:43:09 +0000 (13:43 +0200)
committerspf13 <steve.francia@gmail.com>
Tue, 8 Sep 2015 15:29:04 +0000 (11:29 -0400)
commands/new.go

index f22a36f563657cd763900289241912ebe282c119..9d1691592865fb333eaa54fbeac42608876c1c66 100644 (file)
@@ -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")