学习如何安装 Hugo Kroki 模块。
成为我们的资助者或赞助商,以支持我们的工作。
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}
若你使用 HB 框架的主题,则导入 github.com/hbstack/kroki
。