Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement redirects on gh-pages site #106

Closed
thekaveman opened this issue May 14, 2019 · 1 comment
Closed

Implement redirects on gh-pages site #106

thekaveman opened this issue May 14, 2019 · 1 comment
Assignees
Labels
Feature Missing This label means that the issue needs to be linked to a precise feature label. size: missing Status: Urgent Needs to be worked on immediately

Comments

@thekaveman
Copy link
Member

We have a few redirects currently active on the Netlify site. We need to support these in the new gh-pages site as well.

@thekaveman thekaveman added the Status: Urgent Needs to be worked on immediately label May 14, 2019
@thekaveman thekaveman self-assigned this May 14, 2019
@thekaveman thekaveman added this to Ice Box in migrate 1.x to 2.0 via automation May 14, 2019
@thekaveman
Copy link
Member Author

This blog post has a fairly good run-down of the options, TLDR;

  1. Use the (GitHub approved) JekyllRedirectFrom plugin
  2. Create a Layout that does client-side redirect via <meta> tag and javascript fallback.

Personally I've used Option 2 before and it's relatively straightforward. Option 1 seems pretty easy too, but adds another Plugin that we have to deal with/learn/etc. I'm going to submit a PR for Option 2 and let the team review/approve/reject.

@thekaveman thekaveman moved this from Ice Box to In progress in migrate 1.x to 2.0 May 14, 2019
migrate 1.x to 2.0 automation moved this from In progress to Done May 14, 2019
@ExperimentsInHonesty ExperimentsInHonesty added the Feature Missing This label means that the issue needs to be linked to a precise feature label. label Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Missing This label means that the issue needs to be linked to a precise feature label. size: missing Status: Urgent Needs to be worked on immediately
Projects
No open projects
Development

No branches or pull requests

3 participants