Dzmuh / hugo-bootstrap5-theme

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

WIP

License:MIT License


Languages

Language:HTML 84.8%Language:SCSS 15.2%