简体中文
主题
Hugo Narrow 支持多种评论系统:
TIP
评论参数可在文章 frontmatter 覆盖设置。
comments: enabled: true system: "giscus"
comments: enabled: false system: "giscus" giscus: repo: "tom2almighty/hugo-narrow-giscus" repoId: "" category: "General" categoryId: "" mapping: "pathname" strict: "0" reactionsEnabled: "1" emitMetadata: "0" inputPosition: "bottom" theme: "preferred_color_scheme" lang: "en" disqus: shortname: "" utterances: repo: "" issueTerm: "pathname" label: "comment" theme: "preferred-color-scheme" waline: serverURL: "" lang: "zh-CN" artalk: server: "" site: "" locale: "zh-CN" # String|Object|"auto" darkMode: "auto" gravatar: mirror: "https://cravatar.cn/avatar/" twikoo: envId: "" region: "ap-shanghai" path: "" lang: "zh-CN" comentario: server: "" lang: "zh-CN" theme: "" # light, dark, or empty to follow browser preference domainId: "" cssOverride: "" liveUpdate: true maxLevel: 10 noFonts: false autoInit: true autoNonInteractiveSso: false
Hugo Narrow 支持多种评论系统:
TIP
评论参数可在文章 frontmatter 覆盖设置。
2
3
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48