Skip to content

Commit

Permalink
install jekyll-redirect-from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontenpenny committed Mar 4, 2024
1 parent 4754b01 commit e31f76b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ 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]

# Add plugin to handle old redirect links
gem 'jekyll-redirect-from'
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ paginate: 10
# The base URL of your site
baseurl: ""

# Additional plugin(s)
plugins:
- jekyll-redirect-from

# ------------ The following options are not recommended to be modified ------------------

kramdown:
Expand Down

0 comments on commit e31f76b

Please sign in to comment.