-
Notifications
You must be signed in to change notification settings - Fork 25.9k
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
posts are not diplayed. #1512
Comments
It appears you have the homepage misconfigured. Your post shows up fine: https://estelll.github.io/jekyll/update/2018/01/31/welcome-to-jekyll.html |
Please consult the home layout documentation. You need to configure Jekyll's pagination for it to display posts on the index page. https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page-layout |
|
@mmistakes solved. Thank u so much~ |
@mmistakes Ah, it worked locally on my computer as I renamed index.md to index.html and added pagination settings. But when I pushed a github pages version into my repository, posts still disappeared! Sorry to bother you such much~ |
This is a known issue with jekyll-remote-theme and Windows... it has nothing to do with my theme. In fact I've had the same problem trying to use it on Windows to test locally. You might want to chime in here since you're not the only one with the issue. |
Also the reason it's still not working on GitHub Pages is you have both Remove the |
@mmistakes yeah~~ I'm so sorry that I renamed the index.md into index.html in local repository and I forgot that I have pushed the former version with index.md before. |
@mmistakes I'm sorry to bother you again for I did not find any tutorial about how to make my posts grouped by category like a demo page shown in your website. |
Have a thorough read through the docs and README, I mention a few times all of the demo pages are in the https://github.com/mmistakes/minimal-mistakes/tree/master/docs/_pages |
@mmistakes Thank u~ It worked! Thank u~ |
I'm getting the following error: (@mmistakes ) Please help. Thank you |
followed all these steps, still getting "remote: Permission to mmistakes/minimal-mistakes.git denied to aymanshams07. |
If you’re pushing to https://github.com/mmistakes/minimal-mistakes.git/ then that’s your problem. Update your |
bundle update
.bundle exec jekyll build
.Environment informations
Expected behavior
Posts displayed on the sites.
Steps to reproduce the behavior
I follow the tutorial on https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ and build a local site from scratch by command line 'jekyll new test.blog'.
When I ran 'bundle exec jekyll serve', it successfully ran on 127.0.0.1:4000, but I found that There is no post presented on the site even if there is a default .markdown in _posts dir
I changed the 'layout:post' into 'layout:single' as described in tutorial. I don't know why this happened.
And I used the GitHub Pages Method at the same time and push the repository into my github. Still there is no post shown on the site.
The text was updated successfully, but these errors were encountered: