Simply add bootstrap components to your hugo site with this collection of shortcodes!
Hugo Bootstrap Shortcodes is a simple Hugo theme that allows for easy usage of some bootstrap components via templating. It provides a convenient way to incorporate bootstrap styling and functionality into your Hugo website.
To import the necessary stylesheets, JavaScript, and fonts (used for the Bootstrap icons), include the partial bootstrap.html into your website's header.
To use the individual components, please refer to the documentation provided.
To customize the Bootstrap Sass variables, create the file assets/sass/bootstrap.scss where you can add all the customization features for Bootstrap. The other Bootstrap files are available in the bootstrap/ namespace. For more information about customizing, please refer to the Bootstrap documentation.
In the assets/sass/bootstrap.scss file, you can also import only the Bootstrap components that you use inside your site to minify the CSS bundle. The shortcodes in this theme are all named after the Bootstrap components.
Hugo Bootstrap Shortcodes is a Hugo theme that simplifies the usage of Bootstrap components in your Hugo website. It provides easy installation, customization options, and comprehensive documentation. The theme is based on Bootstrap and their icons, and is licensed under the GNU Lesser General Public License version 3.0 or later.