docs: update README
This commit is contained in:
parent
ab80866c7d
commit
b78b9ce8d4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -63,6 +63,16 @@ disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments
|
||||||
gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
|
gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
|
||||||
graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
|
graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
|
||||||
math = true # enable KaTeX math typesetting globally
|
math = true # enable KaTeX math typesetting globally
|
||||||
|
|
||||||
|
# giscus
|
||||||
|
[params.giscus]
|
||||||
|
repo = 'YOUR_GISCUS_REPO' # see https://giscus.app for more details
|
||||||
|
repoId = 'YOUR_GISCUS_REPO_ID'
|
||||||
|
category = 'YOUR__GISCUS_CATEGORY'
|
||||||
|
categoryId = 'YOUR_GISCUS_CATEGORY_ID'
|
||||||
|
mapping = 'pathname'
|
||||||
|
theme = 'light'
|
||||||
|
lang = 'zh-CN'
|
||||||
```
|
```
|
||||||
|
|
||||||
Available options to front matter:
|
Available options to front matter:
|
||||||
|
|
Loading…
Reference in a new issue