Skip to content

Commit

Permalink
Add the paginator as a plugin: jekyll-paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed May 27, 2014
1 parent 62129d9 commit 9e4ef3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 335 deletions.
1 change: 1 addition & 0 deletions jekyll.gemspec
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('colorator', "~> 0.1")
s.add_runtime_dependency('redcarpet', "~> 3.1")
s.add_runtime_dependency('toml', '~> 0.1.0')
s.add_runtime_dependency('jekyll-paginate', '~> 1.0.0.rc3')
s.add_runtime_dependency('jekyll-coffeescript', '~> 1.0')
s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0')

Expand Down
1 change: 1 addition & 0 deletions lib/jekyll.rb
Expand Up @@ -72,6 +72,7 @@ def require_all(path)
# plugins
require 'jekyll-coffeescript'
require 'jekyll-sass-converter'
require 'jekyll-paginate'

SafeYAML::OPTIONS[:suppress_warnings] = true

Expand Down
217 changes: 0 additions & 217 deletions lib/jekyll/generators/pagination.rb

This file was deleted.

118 changes: 0 additions & 118 deletions test/test_pager.rb

This file was deleted.

0 comments on commit 9e4ef3c

Please sign in to comment.