update params
This commit is contained in:
parent
7893d76190
commit
065eee2faa
1 changed files with 12 additions and 12 deletions
|
@ -46,7 +46,7 @@ For more information, please read the [official guide](https://gohugo.io/getting
|
|||
Available options to `config.toml`:
|
||||
|
||||
```toml
|
||||
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
||||
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments
|
||||
|
||||
[params]
|
||||
# color style
|
||||
|
@ -60,16 +60,16 @@ disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
|||
rss = true # show rss icon
|
||||
|
||||
# home page profile
|
||||
avatar = 'GRAVATAR_EMAIL' # Gravatar email or image url
|
||||
avatar = 'GRAVATAR_EMAIL' # gravatar email or image url
|
||||
name = 'YOUR_NAME'
|
||||
bio = 'YOUR_BIO'
|
||||
|
||||
graphcommentId = "graph id" # add graph comments id (disqus alternative)
|
||||
|
||||
# misc
|
||||
disableHLJS = true # disable requesting highlight.js
|
||||
disableHLJS = true # disable highlight.js
|
||||
monoDarkIcon = true # show monochrome dark mode icon
|
||||
gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
|
||||
graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue