Hi,
I normally edit my blog on my local computer and use bundle exec jekyll serve
to host it. In my local computer everything looks great, but when I push it to GitHub using push origin master
it doesn’t look the same. Here are two examples:
-
About Me image is missing in my GitHub Page:
https://rachelleanne.com/about-me/ -
The OWASP category is missing the Injection post:
https://rachelleanne.com/category/owasp/
For the first example, I double-checked to make sure that the image directory is the right one in GitHub, and it is, but it’s being displayed as an error in GitHub pages.
In both cases, when I host it from my local computer my About Me image and the Injection post is there in the OWASP category so I’m not sure what the difference is. I tried recloning the repo again, from GitHub to my computer in case I was missing files or something weird was going on, but they’re identical in the code so I’m not sure what’s happening here.
Any suggestions?