jekyll-redirect-from
jekyll-redirect-from copied to clipboard
:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
UseCase: I want split up a project and migrate a big part of a Jekyll site (~50 % of pages) into a different domain (Jekyll site). Right now, I need...
Hello, maintainers! :wave: By my calculations, it's time for a new release of jekyll-redirect-from. It's been over 2 months since the last release, [v0.16.0](https://github.com/jekyll/jekyll-redirect-from/releases/tag/v0.16.0). What else is left to be...
This plugin currently doesn't work with redirects like: ``` redirect_from: - /?p=20 ``` is there anything I can do to get this working? Currently, this plugin generates files with names...
Similar to the issue with trailing slashes, ```markdown --- permalink: /kotchka redirect_to: https://cdn.discordapp.com/attachments/543908157794156584/806716371244548126/[REDACTED].m4a --- ``` will 404, while ```markdown --- permalink: /kotchka redirect_to: https://cdn.discordapp.com/attachments/543908157794156584/806716371244548126/[REDACTED] --- ``` will not 404. This...
Given a page with the following front-matter: ```yaml --- layout: some-layout title: A Page permalink: /the-new-route redirect_from: the-old-route.md --- ``` When visiting `the-old-route.md` in the web browser, the browser is...
## Summary This change allows anchors (#heading) and parameters (?q=a) in a URL to be passed along to the redirected page. The use case for this would be when linking...
Running a Netlify plugin using [html-validate](https://html-validate.org/) fires warnings against redirect pages.
This follows-up issue https://github.com/jekyll/jekyll-redirect-from/issues/164, which was closed in favour of https://github.com/jekyll/jekyll/pull/8342, which was fixed and released in Jekyll 4.2.0. Unfortunately, it seems the chosen solution in Jekyll core did not...
### Steps 1. Install the plugin. 2. `redirect_from: ['2024']` ### Expected The `/2024/` URL path redirects. ### Actual ``` .bundle/ruby/2.7.0/gems/jekyll-3.9.3/lib/jekyll/filters/url_filters.rb:57:in `ensure_leading_slash': undefined method `empty?' for 2024:Integer (NoMethodError) ```
Hello, maintainers! :wave: By my calculations, it's time for a new release of jekyll-redirect-from. It's been over 2 months since the last release, [v0.16.0](https://github.com/jekyll/jekyll-redirect-from/releases/tag/v0.16.0). What else is left to be...