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
For Jekyll to compile bootstrap sass files:
css/styles.scss
(with triple dashes at the beginning), it will generate css/styles.css
<head>
sectionI've wrote a detailed guide to customize Bootstrap 4 in Jekyll.