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

Blog post not showing #9

Open
chrisdemars opened this issue Apr 19, 2016 · 4 comments
Open

Blog post not showing #9

chrisdemars opened this issue Apr 19, 2016 · 4 comments

Comments

@chrisdemars
Copy link

I am having trouble displaying my blog posts. Everything seems to be formatted correctly and the file is saved with the .md extension. Any clue what could be the problem?

@kenshinmax
Copy link

I had the same issue. Try to update _config.yml and an entry for permalink (https://jekyllrb.com/docs/permalinks/). In my case, I used permalink: pretty then regenerated my site. One thing to note, is after I made this change I also needed to adjust some of the templates. I didn't mind since my posts were good to go!!

@chrisdemars
Copy link
Author

I was also having issues with navigating back to the home page after being
in the projects and blog section. I thought changing the permalink to ./
would fix it but I don't think it did.

On Tue, Jun 14, 2016 at 1:02 PM, kenshinmax notifications@github.com
wrote:

I had the same issue. Try to update _config.yml and an entry for permalink
(https://jekyllrb.com/docs/permalinks/). In my case, I used permalink:
pretty then regenerated my site. One thing to note, is after I made this
change I also needed to adjust some of the templates. I didn't mind since
my posts were good to go!!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AGfAcl7PsRcAGjZ_AJbCXE1HVpV3i5LVks5qLt6bgaJpZM4IKRIQ
.

@kenshinmax
Copy link

Try and update the links that are generated for the site in header.html (_includes). I seem to remember that it was a relative link, but I updated the template so that it pointed the pages to the root of my site (li>BLOG). Notice the "/" before the {{ site.baseurl }}. I also had to update the layout.html with the same logic.

@chrisdemars
Copy link
Author

Ok I'll try it. Thanks

On Tue, Jun 14, 2016 at 1:24 PM, kenshinmax notifications@github.com
wrote:

Try and update the links that are generated for the site in header.html
(_includes). I seem to remember that it was a relative link, but I updated
the template so that it pointed the pages to the root of my site (li>BLOG).
Notice the "/" before the {{ site.baseurl }}. I also had to update the
layout.html with the same logic.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AGfAcvRsvRPFdgX2BfGkhy1bt8WuYJQ-ks5qLuPYgaJpZM4IKRIQ
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants