File tree Expand file tree Collapse file tree 5 files changed +5
-21
lines changed Expand file tree Collapse file tree 5 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ module.exports = generators.Base.extend({
9090 }
9191 ) ;
9292
93+ this . fs . copyTpl (
94+ this . templatePath ( 'config.build.yml' ) ,
95+ this . destinationPath ( '_config.build.yml' )
96+ ) ;
97+
9398 this . fs . copyTpl (
9499 this . templatePath ( 'humans.txt' ) ,
95100 this . destinationPath ( 'src/humans.txt' ) ,
@@ -99,11 +104,6 @@ module.exports = generators.Base.extend({
99104 }
100105 ) ;
101106
102- this . fs . copyTpl (
103- this . templatePath ( 'config.build.yml' ) ,
104- this . destinationPath ( '_config.build.yml' )
105- ) ;
106-
107107 this . fs . copy (
108108 this . templatePath ( 'app' ) ,
109109 this . destinationPath ( 'src' )
Original file line number Diff line number Diff line change @@ -11,6 +11,3 @@ gem 'jekyll-gist'
1111gem 'jekyll-paginate'
1212gem 'jekyll-sitemap'
1313gem 'jekyll-seo-tag'
14-
15- # octopress
16- gem 'octopress' , '~> 3.0'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments