Skip to content

Commit

Permalink
feat(jekyll): include jekyll-last-modified-at by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 24, 2015
1 parent a5ca52b commit 6cf59bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ source 'https://rubygems.org'

group :development do
gem 'jekyll', '>= 3.0.0.pre.beta8'
gem 'jekyll-last-modified-at'
gem 'stringex'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ GEM
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-last-modified-at (0.3.4)
jekyll
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.1)
Expand All @@ -41,6 +43,7 @@ PLATFORMS

DEPENDENCIES
jekyll (>= 3.0.0.pre.beta8)
jekyll-last-modified-at
stringex

BUNDLED WITH
Expand Down
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ redcarpet:
- superscript
- tables

#
# Jekyll plugins
#

gems:
- jekyll-last-modified-at

#
# Almace Scaffolding settings
#
Expand Down

0 comments on commit 6cf59bd

Please sign in to comment.