-
Notifications
You must be signed in to change notification settings - Fork 116
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
'index' page generated rather than 'index.html' #99
Comments
@alias1 Which Jekyll version are you using? |
3.1.1 |
As I think, this issue has caused by jekyll/jekyll#4160. We're initializing redirect_page = RedirectPage.new(site, site.source, "", "") Then |
I just realized my redirects are being generated in the same way, and Jekyll 3.1.2, jekyll-redirect-from 0.9.1 |
@brandonb927 Could you give #96 a try for me? It should fix that. gem "jekyll-redirect-from", github: "jekyll/jekyll-redirect-from", branch: "jekyll-3-drops" |
Thanks @parkr, I'll give it a go this week. In the meantime I reverted our site back to jekyll 2.5.3, jekyll-redirect-from 0.8.0 which is the last known working state. |
Hello, I'm having the same issue with jekyll 3.1.2 (
... but it seems that the branch doesn't exist anymore. I noticed that #96 merged the branch, so I just pointed to master and it worked:
I'm not sure how stable master is though, so I might hold of before releasing the change and wait for the actual gem version release :) Cheers |
I'm having the same issue -- i.e. getting an extension-less
I'm doing:
This achieves the intended result of the plugin, and I wonder if it's a more robust approach in general going forward since the goal of the |
I think I'm having a similar problem with If I want to redirect I'd expect that a file called |
This seems to be working for me in https://github.com/jekyll/jekyll-redirect-from/releases/tag/v0.10.0 |
Can confirm, also working for me in |
With a url such as
redirect_from: post/10235539154/etcinitdblog-start/
i'm seeing the following generated (which at least injekyll serve
leads to an unviewable page) and cant figure out why.The text was updated successfully, but these errors were encountered: