Skip to content

Commit

Permalink
Fixed Paginate Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixfox committed May 8, 2024
1 parent 0ecfa28 commit 65505b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "jekyll-paginate"
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ markdown: kramdown
rouge: true
permalink: pretty
paginate: 1
exclude: ['README.md', 'LICENSE', 'Gemfile', 'Gemfile.lock', 'CNAME', 'config.codekit']
gems: [jekyll-paginate]
exclude: ['README.md', 'LICENSE', 'Gemfile', 'Gemfile.lock', 'CNAME', 'config.codekit', 'prepros.config']
gems: [jekyll-paginate]
plugins: [jekyll-paginate]

0 comments on commit 65505b0

Please sign in to comment.