Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 757 Bytes

Jekyll Bootstrap Starter Theme

This theme makes no other assumptions other than you want to use Bootstrap and Jekyll.

Local Development

  1. bundle install
  2. bundle exec jekyll serve

Styles

  • You can override Bootstrap's variable defaults in _sass/base/_custom.scss.
  • Bootstrap Sass files are located in _sass/vendor/bootstrap/ and imported into _sass/base/_custom.scss, which is then imported into _sass/main.scss and finally compiled by assets/css/main.scss.

Javascript

  • Bootstrap's Javascript dependencies are located in assets/javascript/vendor.

Layout

  • All pages will use the default layout. This is configured in _config.yml.