Skip to content

Commit c770bd9

Browse files
committed
Remove Octopress
1 parent a332153 commit c770bd9

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

generators/jekyll/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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')

generators/jekyll/templates/Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ gem 'jekyll-gist'
1111
gem 'jekyll-paginate'
1212
gem 'jekyll-sitemap'
1313
gem 'jekyll-seo-tag'
14-
15-
# octopress
16-
gem 'octopress', '~> 3.0'

generators/jekyll/templates/app/_templates/draft

Lines changed: 0 additions & 4 deletions
This file was deleted.

generators/jekyll/templates/app/_templates/page

Lines changed: 0 additions & 4 deletions
This file was deleted.

generators/jekyll/templates/app/_templates/post

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)