Skip to content

Commit

Permalink
Add a few Jekyll gems
Browse files Browse the repository at this point in the history
- jekyll-redirect gem used so you can redirect your pages and posts
- jekyll-compose to easily create new posts and pages
  • Loading branch information
sondr3 committed Aug 23, 2016
1 parent b78ad37 commit f250210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/jekyll/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ gem 'jekyll-gist'
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-redirect-from'
gem 'jekyll-compose', group: [:jekyll_plugins]
1 change: 1 addition & 0 deletions generators/jekyll/templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from

0 comments on commit f250210

Please sign in to comment.