lisawilliams / lisa

Lisa Williams' Jekyll-based blog with essays, commentary, notes and guides.
http://lisawilliams.github.io/lisa/
0 stars 1 forks source link

Site shows and updates, but CSS not rendering #1

Closed lisawilliams closed 7 years ago

lisawilliams commented 7 years ago

Possibly useful: https://github.com/jekyll/jekyll-help/issues/281

lisawilliams commented 7 years ago

Changing baseurl setting fixes problem with CSS not rendering. Baseurl tells Jekyll/gh-pages what the relative path is to files around index.html.

inwardmovement commented 6 years ago

Thanks, that fixed my issue too. I've been searching in Jekyll's issues but can't figure out why they don't prefill the baseurl with the blog's name...

lisawilliams commented 6 years ago

My pleasure!