From aaba1c1b13d311a510ce5e4e03a2aa456a6c9908 Mon Sep 17 00:00:00 2001 From: martinr Date: Wed, 10 Jun 2026 13:54:05 -0500 Subject: [PATCH] Explicitly register redirects plugin. --- Gemfile | 1 + _config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 6dbfb461..16ea73a0 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 639086d9..d5ad3c64 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.