Skip to content

Explicitly register redirects plugin.#361

Closed
martinr23 wants to merge 1 commit into
mainfrom
redirects-plugin
Closed

Explicitly register redirects plugin.#361
martinr23 wants to merge 1 commit into
mainfrom
redirects-plugin

Conversation

@martinr23

Copy link
Copy Markdown
Contributor

Explicitly register jekyll-redirect-from plugin to allow github pages redirects.

Copilot AI review requested due to automatic review settings June 10, 2026 18:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables GitHub Pages-compatible redirects by explicitly registering the jekyll-redirect-from plugin in the site configuration so redirect front matter is honored during builds.

Changes:

  • Add jekyll-redirect-from to Jekyll’s plugins list in _config.yml.
  • Add jekyll-redirect-from to the :jekyll_plugins Gemfile group.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Gemfile Adds jekyll-redirect-from gem to the bundled Jekyll plugin set.
_config.yml Registers jekyll-redirect-from so Jekyll loads the plugin during site builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Gemfile
Comment on lines 3 to 7
group :jekyll_plugins do
gem "github-pages", "~> 214"
gem "jekyll-feed", "~> 0.12"
gem "jekyll-redirect-from", "~> 0.16"
end
@martinr23 martinr23 closed this Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants