bootstrap5-template is a basic template repository to create a Bootstrap 5 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/bootstrap5-template/
Please note: if you are looking for older bootstrap 4 version, see bootstrap-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)_sass/_custom.scss
(content of _sass/_template.scss
relates to template components)_layouts/
and _includes/template/
.Included in assets/lib folder: