Skip to content

Commit

Permalink
Add back jekyll redirect from
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Aug 28, 2024
1 parent f86a78b commit e79b480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ group :jekyll_plugins do
gem "jekyll-datapage-generator", "~> 1.4.0"
gem "jekyll-last-commit", :git => "https://github.com/mporcheron/jekyll-last-commit.git"
gem "jekyll-feed"
gem "jekyll-redirect-from"
gem "jekyll-menus", :git => "https://github.com/forestryio/jekyll-menus.git"
gem 'jekyll-titles-from-headings'
end
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ GEM
jekyll-datapage-generator (1.4.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-titles-from-headings (0.5.3)
Expand Down Expand Up @@ -111,6 +113,7 @@ DEPENDENCIES
jekyll-feed
jekyll-last-commit!
jekyll-menus!
jekyll-redirect-from
jekyll-titles-from-headings
nokogiri
tzinfo (>= 1, < 3)
Expand Down

0 comments on commit e79b480

Please sign in to comment.