I edited my _config.yml file and changed the baseurl in order to get my site working with GitHub pages. I also added the GitHub pages Gem.
Doing so I my site hosted on guthub pages lost all styling. Also now I have lost all styling locally too. I tried going back and getting rid of the baseurl in _config.yml file but no luck.
So now every time I run the bundle exec jekyll serve locally I am getting the below error and my website has no styling locally.
is the baseurl part of the path to the css in code? doesn’t look like it. Go look at where in your source you are linking to the css and you need to add the baseurl to that.