We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bundle update
bundle exec jekyll build
"Recent posts" can be displayed
In my repository
I forked this repository, and updated _config.yml.
_config.yml
But in my site, Recent Posts can't be displayed, i tried #978, but it still don't work.
Recent Posts
The text was updated successfully, but these errors were encountered:
You have your posts folder wrong. Jekyll expects _posts not _post
_posts
_post
Your site url is wrong too. Remove the / at the end.
url
/
Sorry, something went wrong.
No branches or pull requests
bundle update
.bundle exec jekyll build
.Environment informations
Expected behavior
"Recent posts" can be displayed
Steps to reproduce the behavior
In my repository
I forked this repository, and updated
_config.yml
.But in my site,
Recent Posts
can't be displayed, i tried #978, but it still don't work.The text was updated successfully, but these errors were encountered: