update options
This commit is contained in:
parent
18abfa9daf
commit
eedb6a3cf2
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>Paper <sup><sup><sub>6.5</sub></sup></sup></h1>
|
<h1>Paper <sup><sup><sub>6.6</sub></sup></sup></h1>
|
||||||
|
|
||||||
Demo → [hugo-paper.vercel.app](https://hugo-paper.vercel.app/)
|
Demo → [hugo-paper.vercel.app](https://hugo-paper.vercel.app/)
|
||||||
|
|
||||||
|
@ -50,23 +50,24 @@ disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# color style
|
# color style
|
||||||
color = 'linen' # linen, wheat, gray, light
|
color = 'linen' # linen, wheat, gray, light
|
||||||
|
|
||||||
# header social icons
|
# 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
|
||||||
mastodon = 'YOUR_MASTODON_LINK' # https://mastodon.instance/@xxx
|
mastodon = 'YOUR_MASTODON_LINK' # e.g. 'https://mastodon.instance/@xxx'
|
||||||
rss = true # show rss icon
|
rss = true # show rss icon
|
||||||
|
|
||||||
# home page profile
|
# 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
|
||||||
name = 'YOUR_NAME'
|
name = 'YOUR_NAME'
|
||||||
bio = 'YOUR_BIO'
|
bio = 'YOUR_BIO'
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
disableHLJS = true # disable requesting highlight.js
|
disableHLJS = true # disable requesting highlight.js
|
||||||
monoDarkIcon = true # show monochrome dark mode icon
|
monoDarkIcon = true # show monochrome dark mode icon
|
||||||
|
gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue