Learn how to install Hugo Kroki module.
Become a backer or sponsor to support our work.
hugo.yaml
1module:
2 imports:
3 - path: github.com/hugomods/kroki
hugo.toml
1[module]
2 [[module.imports]]
3 path = 'github.com/hugomods/kroki'
hugo.json
1{
2 "module": {
3 "imports": [
4 {
5 "path": "github.com/hugomods/kroki"
6 }
7 ]
8 }
9}
Please import github.com/hbstack/kroki
instead if you’re using HB Framework themes.