文檔 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}
razonyang
2024年7月26日 星期五 2023年3月31日 星期五