文档 Utterances 评论引擎

本页内容

该模块为文档模块提供 Utterances 评论引擎的支持,其基于 GitHub issues.

Modulegithub.com/hbstack/docs/modules/utterances
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

站点参数

ParameterTypeDefaultDescription
repostring-GitHub 仓库名称。

Utterances 参数 列出了更多可用的参数。

params.toml

1[hb]
2  [hb.docs]
3    [hb.docs.utterances]
4      repo = 'user/site'

params.yaml

1hb:
2  docs:
3    utterances:
4      repo: user/site

params.json

1{
2   "hb": {
3      "docs": {
4         "utterances": {
5            "repo": "user/site"
6         }
7      }
8   }
9}