1. 在Github上创建 scue/hugo-blogs-utterances 仓库
  2. 在Github上安装 utterances app
  3. 选择 repo: scue/hugo-blogs-utterances
  4. 在config.toml添加配置:
1
2
3
4
5
[params.utteranc]
    enable = true
    repo = "scue/hugo-blogs-utterances"
    issueTerm = "pathname"
    theme = "github-light"
……

阅读全文