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

"redirect_from" is broken in default format #2644

Closed
tomrannosaurus opened this issue Nov 30, 2024 · 2 comments
Closed

"redirect_from" is broken in default format #2644

tomrannosaurus opened this issue Nov 30, 2024 · 2 comments
Labels
bug A bug.
Milestone

Comments

@tomrannosaurus
Copy link
Contributor

Describe the bug
"redirect_from" is broken in default format. Pages do not redirect.

To Reproduce
Steps to reproduce the behavior:

  1. Go to: https://academicpages.github.io/resume

Expected behavior
Should redirect to https://academicpages.github.io/cv, but does not

FIX
To fix, add jekyll-redirect-from to Gemfile, and - jekyll-redirect-from to _config.yml under 'plugins:' and 'whitelist:'
Fix is implimented here:
https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/_config.yml
https://github.com/tomrannosaurus/tomrannosaurus.github.io/blob/master/Gemfile

@tomrannosaurus
Copy link
Contributor Author

a pull request has been issued that resolves this bug:
#2645

@rjzupkoii rjzupkoii added the bug A bug. label Dec 1, 2024
@rjzupkoii
Copy link
Collaborator

Good catch, thanks for the pull request!

@rjzupkoii rjzupkoii added this to the v0.9 milestone Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants