Skip to content

Commit

Permalink
Remove Octopress
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Apr 1, 2016
1 parent a332153 commit c770bd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
10 changes: 5 additions & 5 deletions generators/jekyll/index.js
Expand Up @@ -90,6 +90,11 @@ module.exports = generators.Base.extend({
}
);

this.fs.copyTpl(
this.templatePath('config.build.yml'),
this.destinationPath('_config.build.yml')
);

this.fs.copyTpl(
this.templatePath('humans.txt'),
this.destinationPath('src/humans.txt'),
Expand All @@ -99,11 +104,6 @@ module.exports = generators.Base.extend({
}
);

this.fs.copyTpl(
this.templatePath('config.build.yml'),
this.destinationPath('_config.build.yml')
);

this.fs.copy(
this.templatePath('app'),
this.destinationPath('src')
Expand Down
3 changes: 0 additions & 3 deletions generators/jekyll/templates/Gemfile
Expand Up @@ -11,6 +11,3 @@ gem 'jekyll-gist'
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'

# octopress
gem 'octopress', '~> 3.0'
4 changes: 0 additions & 4 deletions generators/jekyll/templates/app/_templates/draft

This file was deleted.

4 changes: 0 additions & 4 deletions generators/jekyll/templates/app/_templates/page

This file was deleted.

5 changes: 0 additions & 5 deletions generators/jekyll/templates/app/_templates/post

This file was deleted.

0 comments on commit c770bd9

Please sign in to comment.