Adding Bootstrap to Jekyll
As Jekyll natively supports sass, you can use bootstrap-sass. I personally install it with the bower install bootstrap-sass command. This installs Bootstrap and Jquery in the bower_components folder. Configuration In your _config.yml add : sass: # loading path from site root # default to _sass sass_dir: bower_components/bootstrap-sass/assets/stylesheets # style : nested (default), compact, compressed, expanded … Read more