style: update config file comments

This commit is contained in:
XPoet 2022-10-21 14:06:26 +08:00
parent bb1f972f2f
commit 89e716bcb1
1 changed files with 18 additions and 16 deletions

View File

@ -15,7 +15,7 @@ base_info:
author: Keep Team
# Your blog website url
url: https://keep.xpoet.cn/
url: https://xpoet.cn/
# ---------------------------------------------------------------------------------------
# Theme style settings
@ -53,8 +53,8 @@ style:
first_screen:
enable: false # Option values: true | false
# Set transparent background for header. Option values: true | false
header_transparent: false
# Set transparent background for header.
header_transparent: false # Option values: true | false
# First screen background image (You can use local image or image external link)
background_img: /images/bg.svg
@ -119,19 +119,21 @@ social_contact:
# Home page article block display settings
# ---------------------------------------------------------------------------------------
home_article:
# Show category in home page article block.
category:
enable: false # Show category in home page article block. Option values: true | false
enable: false # Option values: true | false
limit: 3 # Max number of categories shown in home page article block
# Show tags in home page article block.
tag:
enable: false # Show tags in home page article block. Option values: true | false
enable: false # Option values: true | false
limit: 5 # Max number of tags shown in home page article block
# ---------------------------------------------------------------------------------------
# Post page Settings
# ---------------------------------------------------------------------------------------
post:
# Image align position in the post, Option values: left | center
img_align: left
# Image align position in the post
img_align: left # Option values: left | center
# Post word count
# Dependencies: hexo-wordcount (`npm install hexo-wordcount`)
@ -210,7 +212,7 @@ local_search:
# ---------------------------------------------------------------------------------------
comment:
enable: false # Option values: true | false
use: valine # Option values: valine | gitalk | twikoo
use: valine # Option values: valine | gitalk | twikoo | waline
# Valine
# See: https://github.com/xCss/Valine