update options
This commit is contained in:
parent
e3c29ff091
commit
c262edf469
1 changed files with 10 additions and 6 deletions
|
@ -49,15 +49,19 @@ Available options to `config.toml`:
|
||||||
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
disableHLJS = true # disable loading highlight.js
|
# show header social icons
|
||||||
twitter = 'YOUR_TWITTER_ID' # twitter.com/YOUR_TWITTER_ID
|
twitter = 'YOUR_TWITTER_ID' # twitter.com/YOUR_TWITTER_ID
|
||||||
github = 'YOUR_GITHUB_ID' # github.com/YOUR_GITHUB_ID
|
github = 'YOUR_GITHUB_ID' # github.com/YOUR_GITHUB_ID
|
||||||
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
||||||
|
|
||||||
# display profile on home page
|
# show home page profile
|
||||||
avatar = 'GRAVATAR_EMAIL' # Gravatar email or image url(e.g. "https://deno.land/logo.svg")
|
avatar = 'GRAVATAR_EMAIL' # Gravatar email or image url(e.g. "https://deno.land/logo.svg")
|
||||||
name = 'YOUR_NAME'
|
name = 'YOUR_NAME'
|
||||||
bio = 'YOUR_BIO'
|
bio = 'YOUR_BIO'
|
||||||
|
|
||||||
|
# misc
|
||||||
|
disableHLJS = true # disable requesting highlight.js
|
||||||
|
monoDarkIcon = true # show monochrome dark mode icon
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue