update README
This commit is contained in:
parent
e77948f3cd
commit
1d8c831af4
14
README.md
14
README.md
@ -132,12 +132,18 @@ paginate = 5
|
|||||||
# center theme with default width
|
# center theme with default width
|
||||||
centerTheme = false
|
centerTheme = false
|
||||||
|
|
||||||
# set a custom favicon (default is a `themeColor` square)
|
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
|
||||||
# favicon = "favicon.ico"
|
# then the file will be used as a cover automatically.
|
||||||
|
# With this option you don't have to put the `cover` param in a front-matter.
|
||||||
|
autoCover = true
|
||||||
|
|
||||||
# set post to show the last updated
|
# set post to show the last updated
|
||||||
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
||||||
showLastUpdated = false
|
showLastUpdated = false
|
||||||
|
|
||||||
|
# set a custom favicon (default is a `themeColor` square)
|
||||||
|
# favicon = "favicon.ico"
|
||||||
|
|
||||||
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
||||||
# updatedDatePrefix = "Updated"
|
# updatedDatePrefix = "Updated"
|
||||||
|
|
||||||
@ -145,10 +151,6 @@ paginate = 5
|
|||||||
# it's set to `true` by default
|
# it's set to `true` by default
|
||||||
# oneHeadingSize = false
|
# oneHeadingSize = false
|
||||||
|
|
||||||
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
|
|
||||||
# then the file will be used as a cover automatically.
|
|
||||||
# With this option you don't have to put the `cover` param in a front-matter.
|
|
||||||
# autoCover = true
|
|
||||||
|
|
||||||
[params.twitter]
|
[params.twitter]
|
||||||
# set Twitter handles for Twitter cards
|
# set Twitter handles for Twitter cards
|
||||||
|
Loading…
Reference in New Issue
Block a user