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