/hugo-bootstrap5-theme

WIP

Primary LanguageHTMLMIT LicenseMIT

Bootstrap v5 theme for Hugo

Installation

This theme uses Sass to generate CSS files so make sure you have the extended Hugo version installed.

Add the theme to your site's themes directory:

git submodule add https://github.com/Dzmuh/hugo-bootstrap5-theme.git themes/bootstrap-v5

Update the theme option in config.toml/config.yaml.

toml:

theme = "bootstrap-v5"

yaml:

theme: "bootstrap-v5"