A Hugo module to add Bootstrap Icons to your Hinode site
Hinode is a clean blog theme for Hugo, an open-source static site generator. Hinode is available as a template, and a main theme. This repository maintains a Hugo module to add Bootstrap Icons to a Hinode site. Visit the Hinode documentation site for installation instructions.
This module is an extension to the FontAwesome module. It adapts the same parameters as documented in the module's README. Make sure both module are imported in your Hugo configuration (Hinode imports FontAwesome by default).
[module]
[[module.imports]]
path = "github.com/gethinode/mod-bootstrap-icons"
[[module.imports]]
path = "github.com/gethinode/mod-fontawesome/v5"This module uses semantic-release to automate the release of new versions. The package uses husky and commitlint to ensure commit messages adhere to the Conventional Commits specification. You can run npx git-cz from the terminal to help prepare the commit message.
