Search
Search
Setup hugolify-theme-bootstrap
Bootstrap is include in hugolify-theme-bootstrap module.
It provides Bootstrap 5:
abstracts/_variables.sass)vendors/_packages.sass)col-small, col-medium…)badge-primary, badge-success…)# /config/_default/module.yaml
imports:
- path: github.com/hugolify/hugolify-theme-bootstrap
- path: github.com/hugolify/hugolify-theme
- path: github.com/hugolify/hugolify-admin
Five color themes are available, defined as SASS variable sets:
See available themesIn v1, Bootstrap was bundled directly inside hugolify-theme. No styling module needed to be declared.
In v2, declare hugolify-theme-bootstrap explicitly:
# /config/_default/module.yaml
imports:
- path: github.com/hugolify/hugolify-theme-bootstrap # add this
- path: github.com/hugolify/hugolify-theme
- path: github.com/hugolify/hugolify-admin
No template or content changes are required — the rendering is identical to v1.