bootstrap-template is a basic template repository to create a Bootstrap 4 site using Jekyll on GitHub Pages (or where every you want to host it). The layout is based on the Bootstrap starter template example with a navbar, search box (using lunr.js), and footer. It is intended as a quick starting point for creating new web projects.
Demo: https://thecdil.github.io/bootstrap-template/
Please note: this template uses Bootstrap 4. For most recent version check bootstrap5-template.
_config.yml with your site informationtitle will appear as h1 at top of the page content.nav if this option has a value, it will appear in the navbar as link to this page.nav_order navbar items will be sorted using this number.See docs/create-website.md for more details.
assets/css/main.scss (text color, link color, container size)_data/theme-colors.csv (add a css color in the color column next to the BS color-class to override, or create a new class name. This will generate btn-, text-, and bg- classes.)_sass/_custom.scss (content of _sass/_template.scss relates to template components)_layouts/ and _includes/template/.Included in assets/lib folder: