Jekyll blog posts show up locally but not on GH pages

Hi there,

I am really struggling to figure out why my posts are not showing up on my live website but it is working just fine locally. It is a little bit different setup, per a guide I found where I can show blog posts and pagination on a separate page. It works perfectly locally but by some reason it is not working on github pages. Here is the link to my repository:

https://github.com/MeesterMarcus/lorenzana-designs-website

And my website here:
https://www.lorenzanadesigns.com

https://github.com/MeesterMarcus/lorenzana-designs-website/blob/master/_includes/navbar.html In this file, change <li><a href="/blog">Blog</a></li> into <li><a href="/blog/">Blog</a></li>.

https://www.lorenzanadesigns.com/blog/ This page is working.

I guess it works locally because of some windows iis default setting.

Wow great catch! That certainly did it. That is interesting that it works locally. Really appreciate your help with this!

I’m having the same issue: I add a blog post and it shows up locally but not on the Github page after committing.

I can open the _pages/blog/index.html on the remote site and not see my latest post, but when i look in the GH repo I can see my latest post:

Thanks in advance for any suggestions!