I recently installed and modified a Jekyll theme called “Martin Groeneveld” and pushed it to my Github repository https://github.com/muygalan/blog
The actual blog can be found at https://www.joshuagalan.com/blog, but unfortunately, the CSS doesn’t appear to be linking correctly. It’s been ages since I’ve fiddled around with Jekyll and could really use the guidance to get this set up properly.
P.S. I tried to include additional links, but this website forum limited me to only 2…
And for reference, please visit the theme author’s demo page: https://www.groveld.com for a more accurate representation of how it is supposed to look with the CSS styling.
I looked at it and it doesn’t really make sense to me - there are css references in your default layout that don’t exist on your live site. Seems fishy to me. Not sure what is going on.
If you make a minor text edit on GH does that show on the live site? to see if the site is building ok and to verify that it is really running off that repo?
well without it deploying you can’t really tell what is wrong with your css.
I am not familiar with GH actions, you’ll need to sort out why it is failing, it looks like it builds ok but then it errors when it deploys for some reason.
UPDATE: I got in contact with the author of this theme and he also agreed something peculiar was happening on Github. Long story short: he modified his theme a bit to “play nicely” with Github and now the theme is working properly.
Thank you to everyone who replied and especially the author who took time to assist me with this issue.