refine docs
This commit is contained in:
parent
088631159b
commit
f76f40d4b7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -41,13 +41,13 @@ For more information, please read the [official guide](https://gohugo.io/getting
|
||||||
Available options to `config.toml`:
|
Available options to `config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
disqusShortname = 'YOUR_DISQUES_SHORTNAME'
|
disqusShortname = 'YOUR_DISQUES_SHORTNAME' # add disqus comments
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
disableHLJS = true # don't use highlight.js
|
disableHLJS = true # don't use highlight.js
|
||||||
twitter = 'YOUR_TWITTER_ID'
|
twitter = 'YOUR_TWITTER_ID' # twitter.com/YOUR_TWITTER_ID
|
||||||
github = 'YOUR_GITHUB_ID'
|
github = 'YOUR_GITHUB_ID' # github.com/YOUR_GITHUB_ID
|
||||||
instagram = 'YOUR_INSTAGRAM_ID'
|
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
||||||
```
|
```
|
||||||
|
|
||||||
## Pitiless Ads
|
## Pitiless Ads
|
||||||
|
|
Loading…
Reference in a new issue