Blog post not displaying on index listing

Hi,

My blog post is not rendering on the index of the blog but is rendering fine if you type out the link.

Not sure how but running bundle exec jekyll serve I cannot see the listing of the post on the index of my website but when I visit the exact url I can see the page (https://psymbio.github.io/posts/basic-stats/). I can see the file in the _site/posts/basic-stats/ directory not sure why it doesn’t get listed.

I have tried these steps: Blog post not displaying - #10 by BillRaymond, but it didn’t resolve the issue.

Here is a link to the repo: GitHub - psymbio/psymbio.github.io: projects, failures and maybe art

Thank you in advance!

Somehow a static version of the index.html file (psymbio.github.io/index.html at main · psymbio/psymbio.github.io · GitHub) made it’s way onto the main repo which caused the havoc.

The issue has been reverted by getting back the old dynamic file.

1 Like