StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

Github Pages not displaying theme #317

Closed RosieBraunholtz closed 1 year ago

RosieBraunholtz commented 1 year ago

I made a blog and it works perfectly on my local computer but when I pushed it online the theme isn't working. There is no formatting or styling, and there's a 404 error when I try to read my posts. Not sure where I went wrong as locally it works fine.

Here is my blog: https://rosiebraunholtz.github.io/Blog/

I tried adding a theme line in the _config file but it didn't change anything. And I don't think I need to because I downloaded the original repo and used the local docs to build.

My original website (https://rosiebraunholtz.github.io) I built myself using jekyll, and is published fine, so not sure where I've gone wrong with this one.

RosieBraunholtz commented 1 year ago

Nevermind I figured out what was wrong! My base URL was "blog" instead of "Blog". Small thing!