Search code examples
csstwitter-bootstrapjekyllgithub-pages

Styling Jekyll website with Bootstrap


I am trying to set up a website using Jekyll and GitHub Pages (first-timer), and most importantly, to style it with Bootstrap.

You can check what I have already done:

Also, I followed this tutorial to import Bootstrap into the Jekyll structure.

Layouts and includes seem to work just fine, but I don't understand why my index.html does not get "styled" as it should, fetching information into the css/style.css file.

Any idea of what I am doing wrong?

Thanks.


Solution

  • The path to your css file is incorrect - it's not loading if you check your browser console

    "Failed to load resource: the server responded with a status of 404 (Not Found) - http://thibaudclement.github.io/wallaby/style/site.css"