Hugo 安装 Go 模块
梳理如何为 Hugo 安装 Go 模块
1hugo mod init github.com/tianheg/blog
2# add below content to config.toml/hugo.toml
1[module]
2[[module.imports]]
3path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
梳理如何为 Hugo 安装 Go 模块
1hugo mod init github.com/tianheg/blog
2# add below content to config.toml/hugo.toml
1[module]
2[[module.imports]]
3path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"