Skip to content

Commit

Permalink
Remove jekyll-archives
Browse files Browse the repository at this point in the history
Closes #130.
  • Loading branch information
sondr3 committed May 22, 2016
1 parent fa1852e commit 4a6b983
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ editing posts and pages for your website will do the same. Simple and effective.
> Jekyll
Built on top of Jekyll 3, you get a mature and stable base with the full power
that Jekyll brings you. You'll have sitemaps and Atom feeds generated, archives
for your posts created and SEO meta data tags added to your posts and pages.
that Jekyll brings you. You'll have sitemaps, Atom feeds generated and SEO meta
data tags added to your posts and pages.

> Optimize your assets
Expand Down
1 change: 0 additions & 1 deletion generators/jekyll/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gem 'jekyll'
gem 'redcarpet'

# jekyll plugins
gem 'jekyll-archives'
gem 'jekyll-feed'
gem 'jekyll-gist'
gem 'jekyll-paginate'
Expand Down
19 changes: 0 additions & 19 deletions generators/jekyll/templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,8 @@ highlighter: true

# Extending Jekyll
gems:
- jekyll-archives
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag

# Settings for archives
jekyll-archives:
enabled:
- year
- month
- categories
- tags
layouts:
year: 'year-archive'
month: 'month-archive'
category: 'category-archive'
tag: 'tag-archive'
permalinks:
year: '/archive/:year/'
month: '/archive/:year/:month/'
category: '/category/:name/'
tags: '/tag/:name/'

0 comments on commit 4a6b983

Please sign in to comment.