From 1d8c831af461ccec178fa97823dedd1ee9f3bf8f Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 1 Nov 2021 19:00:14 +0100 Subject: [PATCH] update README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af631ca..a6195e6 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,18 @@ paginate = 5 # center theme with default width centerTheme = false - # set a custom favicon (default is a `themeColor` square) - # favicon = "favicon.ico" + # 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 # 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 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 # updatedDatePrefix = "Updated" @@ -145,10 +151,6 @@ paginate = 5 # it's set to `true` by default # 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] # set Twitter handles for Twitter cards