jacobtomlinson / carte-noire

A simple jekyll theme for blogging
http://carte-noire.jacobtomlinson.co.uk/
Other
298 stars 219 forks source link

Broken CSS #92

Closed leela52452 closed 5 years ago

leela52452 commented 5 years ago

gitlab complained about removing jekyll gem when i run ci. i have updated gemfile gem 'jekyll', '3.8.0' gem 'redcarpet' gem 'liquid', '4.0'

somehow it broke theme and it shows in grey see https://leela52452.gitlab.io/

please excuse.

thank you

jacobtomlinson commented 5 years ago

This doesn't seem to be related to the gem or gitlab.

It looks like you have the baseurl set to carte-noire/ which is causing the page to look for the CSS at the wrong url.

Try setting the baseurl to /.

leela52452 commented 5 years ago

setting the baseurl to " " resolved the issue