-
Notifications
You must be signed in to change notification settings - Fork 3k
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
The URL of a post is overwrote to http://0.0.7.225/10/07/Jekyll-blog/ #209
Comments
Try to match your _config.yml with _config.yml of gh-pages branch. |
@binlidaily I got the same problem. |
Try changing references to {{site.baseurl}} to {{site.url}} (e.g. if using the default template, in index.html inside the post iteration) |
This happens to due a slight bug in index.html Lines 10 to 12 in ac85a31
I had the same bug and fixed it by changing
to
How you get the above IP is when you have I assume that this bug started after Jekyll decided to remove "/" from the baseurl and added into post.url, anyhow, above fix worked for me so far. |
- based on poole/lanyon#209
Fixed by #238. |
When I click one post from http://127.0.0.1:4000/, the URL of the post is overwrote to http://0.0.7.225/10/07/Jekyll-blog/. Of course, it's unreachable. Do you know what I can do for this issue?
I just copy the lanyon source code to the folder of my github page, the problem is there.
The text was updated successfully, but these errors were encountered: