Skip to content

Commit

Permalink
fixed the pagination issue: posts not generated #23 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
steephengeorge authored Nov 30, 2023
1 parent 7fc2fa0 commit 057e1e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ medium_username: 'blog.jamigibbs.com'
markdown: kramdown
# theme: phantom # Uncomment once published to RubyGems
plugins:
- jekyll-paginate-v2
- jekyll-paginate

############################################################
# Site configuration for the Jekyll 3 Pagination Gem
# The values here represent the defaults if nothing is set
paginate: 10
paginate_path: "/page:num/"

pagination:

# Site-wide kill switch, disabled here it doesn't run at all
Expand Down
6 changes: 3 additions & 3 deletions phantom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "jekyll", "~> 3.8"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "jekyll-paginate-v2", "~> 2.0"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 13.0.1"
spec.add_development_dependency "jekyll-paginate", "~> 1.1.0"
end

0 comments on commit 057e1e0

Please sign in to comment.