twitter-bootstrapjekylljekyll-bootstrap

How to integrate bootstrap into jekyll


To the default minima template how will you integrate bootstrap? What I did is download bootstrap sass version. Added bootstrap folder and scss file to _sass folder. Then added two lines to asset/main.scss files to import bootstrap and variables.scss Do I need to add any js, min.css lines to head portion? Thanks


Solution

  • For Jekyll to compile bootstrap sass files:

    I've wrote a detailed guide to customize Bootstrap 4 in Jekyll.