I've used Jekyll to build my website and it works as intended locally. However, when I deploy my website to github pages, the blog posts no longer show up.
I have consulted a previous question: Jekyll post not generated, but it did not solve my problems.
When I do bundle exec jekyll serve
locally, i get the following message
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
AutoPages: Disabled/Not configured in site.config.
Pagination: Complete, processed 1 pagination page(s)
done in 6.303 seconds.
which seem to indicate that everything is working ok. What is the problem?