jekyll-bootstrap-theme
jekyll-bootstrap-theme copied to clipboard
A basic but extensible Jekyll theme based on Bootstrap 5.
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.5.0 to 1.10.3. Release notes Sourced from bootstrap-icons's releases. v1.10.3 Changes #1545: Ship v1.10.3 #1544: Update Icons to Bootstrap v5.3.0-alpha1 #1524: Update build/font files 📖 Docs #824:...
First, thanks for the great project. Do you have any plans to add dark mode ?
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.1 to 5.2.3. Release notes Sourced from bootstrap's releases. v5.2.3 Fixes 🎨 CSS #37377: Import root in bootstrap-utilities #37425: Fix deprecation warning with sass 1.56.0 Carousel: Fix...
This theme doesn't support code highlighting. You can see it on the theme's [preview ](https://jonaharagon.github.io/jekyll-bootstrap-theme/jekyll/update/2021/05/04/welcome-to-jekyll.html#:~:text=support%20for%20code-,snippets,-%3A) site also
I have created a `_sass/_custom-variables.scss` file with the following contents: ```scss $primary: #9949f5; ``` Then in my `_includes/header.html` I have: ```html ``` Since I have overriden bootstrap's `$primary` variable and...