build(config): refine theme profile comments

This commit is contained in:
XPoet 2022-11-17 21:34:14 +08:00
parent 4ff4b31db3
commit 4e819ddb62
1 changed files with 20 additions and 4 deletions

View File

@ -1,12 +1,13 @@
## ====================================================================================== ## ======================================================================================
## Keep v3.5.2 ## Keep v3.5.2
## Preview: https://xpoet.cn ## Preview: https://xpoet.cn
## Document: https://keep-docs.xpoet.cn ## Documents: https://keep-docs.xpoet.cn
## Repository: https://github.com/XPoet/hexo-theme-keep ## Repository: https://github.com/XPoet/hexo-theme-keep
## ====================================================================================== ## ======================================================================================
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Your basic info # Your basic info
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/base_info.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
base_info: base_info:
# Your blog website title # Your blog website title
@ -17,13 +18,14 @@ base_info:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Theme style settings # Theme style settings
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/style.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
style: style:
# Theme primary color # Theme primary color
primary_color: "#0066cc" primary_color: "#0066cc"
# Your blog website logo image # Your blog website logo image
# You can use local image, image external link or dont fill # You can use local image, image external link or don't fill
logo: /images/logo.svg logo: /images/logo.svg
# Favicon (You can use local image or image external link) # Favicon (You can use local image or image external link)
@ -78,6 +80,7 @@ style:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Navigation menu # Navigation menu
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/menu.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# If you want to enable Categories and Tags, you need to create categories and tags pages # If you want to enable Categories and Tags, you need to create categories and tags pages
# e.g. `hexo new page categories` or `hexo new page tags` # e.g. `hexo new page categories` or `hexo new page tags`
@ -93,6 +96,7 @@ menu:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Social contact link # Social contact link
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/social_contact.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
social_contact: social_contact:
enable: false # Option values: true | false enable: false # Option values: true | false
@ -112,6 +116,7 @@ social_contact:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Home page article block display settings # Home page article block display settings
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/home_article.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
home_article: home_article:
# Show category in home page article block # Show category in home page article block
@ -125,6 +130,7 @@ home_article:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Post page Settings # Post page Settings
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/post.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
post: post:
# Author label in the post # Author label in the post
@ -154,6 +160,7 @@ post:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Code block # Code block
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/code_block.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
code_block: code_block:
# Toolbar include: "code copy", "code block collapse" and "code language" # Toolbar include: "code copy", "code block collapse" and "code language"
@ -164,6 +171,7 @@ code_block:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Table of Contents in the Sidebar # Table of Contents in the Sidebar
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/toc.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
toc: toc:
enable: false # Option values: true | false enable: false # Option values: true | false
@ -179,6 +187,7 @@ toc:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Website count # Website count
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/website_count.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
website_count: website_count:
# busuanzi # busuanzi
@ -191,6 +200,7 @@ website_count:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Local Search # Local Search
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/local_search.html
# Dependencies: hexo-generator-searchdb (`npm install hexo-generator-searchdb`) # Dependencies: hexo-generator-searchdb (`npm install hexo-generator-searchdb`)
# See: https://github.com/theme-next/hexo-generator-searchdb # See: https://github.com/theme-next/hexo-generator-searchdb
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
@ -200,6 +210,7 @@ local_search:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Comment plugin # Comment plugin
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/comment.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
comment: comment:
enable: false # Option values: true | false enable: false # Option values: true | false
@ -241,7 +252,8 @@ comment:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# RSS # RSS
# Dependencies: hexo-generator-feed # Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/rss.html
# Dependencies: hexo-generator-feed (`npm install hexo-generator-feed`)
# See: https://github.com/hexojs/hexo-generator-feed # See: https://github.com/hexojs/hexo-generator-feed
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
rss: rss:
@ -249,12 +261,14 @@ rss:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Lazyload image # Lazyload image
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/lazyload.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
lazyload: lazyload:
enable: false # Option values: true | false enable: false # Option values: true | false
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# CDN # CDN
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/cdn.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
cdn: cdn:
enable: false # Option values: true | false enable: false # Option values: true | false
@ -262,12 +276,14 @@ cdn:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# PJAX # PJAX
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/pjax.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
pjax: pjax:
enable: false # Option values: true | false enable: false # Option values: true | false
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Footer settings # Footer settings
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/footer.html
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
footer: footer:
since: 2020 # The starting year of your website, Can be null since: 2020 # The starting year of your website, Can be null