Skip to content

Commit

Permalink
adds redirect from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmullie committed Feb 21, 2024
1 parent d2ba1a6 commit 9a0e5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'jekyll', '4.3.2'
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
end


1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ sass:
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from

paginate: 6
paginate_path: "/blog/page:num/"
Expand Down

0 comments on commit 9a0e5e5

Please sign in to comment.