diff --git a/Gemfile b/Gemfile index 6dbfb46..16ea73a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source "https://rubygems.org" group :jekyll_plugins do gem "github-pages", "~> 214" gem "jekyll-feed", "~> 0.12" + gem "jekyll-redirect-from", "~> 0.16" end gem "minima", "~> 2.5" diff --git a/_config.yml b/_config.yml index 639086d..d5ad3c6 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ url: "https://developers.procore.com" # the base hostname & protocol for your si theme: minima plugins: - jekyll-feed + - jekyll-redirect-from # Exclude from processing. # The following items will not be processed, by default.