This commit is contained in:
Ljcbaby 2021-09-29 18:46:19 +08:00 committed by GitHub
parent 53e540bc3b
commit acb74b75f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store .DS_Store
.idea/ .idea/
.vscode/
*.log *.log
*.iml *.iml
yarn.lock yarn.lock

View File

@ -78,7 +78,7 @@ creative_commons:
# --------------------------------------------------------------- # ---------------------------------------------------------------
# Usage: `Key: /link/ || icon` # Usage: `Key: /link/ || icon`
# Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-senstive. # Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-sensitive.
# Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. # Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon.
# External url should start with http:// or https:// # External url should start with http:// or https://
menu: menu:
@ -128,7 +128,7 @@ sidebar:
avatar: avatar:
# Replace the default image and set the url here. # Replace the default image and set the url here.
url: #/images/avatar.gif url: #/images/avatar.gif
# If true, the avatar will be dispalyed in circle. # If true, the avatar will be displayed in circle.
rounded: false rounded: false
# If true, the avatar will be rotated with the cursor. # If true, the avatar will be rotated with the cursor.
rotated: false rotated: false
@ -168,7 +168,7 @@ links:
#Title: https://example.com #Title: https://example.com
# Table of Contents in the Sidebar # Table of Contents in the Sidebar
# Front-matter variable (unsupport wrap expand_all). # Front-matter variable (nonsupport wrap expand_all).
toc: toc:
enable: true enable: true
# Automatically add list number to toc. # Automatically add list number to toc.
@ -251,7 +251,7 @@ symbols_count_time:
tag_icon: false tag_icon: false
# Donate (Sponsor) settings # Donate (Sponsor) settings
# Front-matter variable (unsupport animation). # Front-matter variable (nonsupport animation).
reward_settings: reward_settings:
# If true, a donate button will be displayed in every article by default. # If true, a donate button will be displayed in every article by default.
enable: false enable: false
@ -304,8 +304,8 @@ post_navigation: left
# TagCloud settings for tags page. # TagCloud settings for tags page.
tagcloud: tagcloud:
min: 12 # Minimun font size in px min: 12 # Minimum font size in px
max: 30 # Maxium font size in px max: 30 # Maximum font size in px
amount: 200 # Total amount of tags amount: 200 # Total amount of tags
orderby: name # Order of tags orderby: name # Order of tags
order: 1 # Sort order order: 1 # Sort order
@ -498,7 +498,7 @@ baidu_site_verification:
math: math:
# Default (false) will load mathjax / katex script on demand. # Default (false) will load mathjax / katex script on demand.
# That is it only render those page which has `mathjax: true` in front-matter. # That is it only render those page which has `mathjax: true` in front-matter.
# If you set it to true, it will load mathjax / katex srcipt EVERY PAGE. # If you set it to true, it will load mathjax / katex script EVERY PAGE.
every_page: false every_page: false
mathjax: mathjax:
@ -535,7 +535,7 @@ pangu: false
# Quicklink Support # Quicklink Support
# For more information: https://getquick.link # For more information: https://getquick.link
# Front-matter variable (unsupport home archive). # Front-matter variable (nonsupport home archive).
quicklink: quicklink:
enable: false enable: false
@ -568,7 +568,7 @@ comments:
storage: true storage: true
# Lazyload all comment systems. # Lazyload all comment systems.
lazyload: false lazyload: false
# Modify texts or order for any navs, here are some examples. # Modify texts or order for any naves, here are some examples.
nav: nav:
#disqus: #disqus:
# text: Load Disqus # text: Load Disqus
@ -617,7 +617,7 @@ gitalk:
admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues
distraction_free_mode: true # Facebook-like distraction free mode distraction_free_mode: true # Facebook-like distraction free mode
# When the official proxy is not available, you can change it to your own proxy address # When the official proxy is not available, you can change it to your own proxy address
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy adress proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy address
# Gitalk's display language depends on user's browser or system environment # Gitalk's display language depends on user's browser or system environment
# If you want everyone visiting your site to see a uniform language, you can set a force language value # If you want everyone visiting your site to see a uniform language, you can set a force language value
# Available values: en | es-ES | fr | ru | zh-CN | zh-TW # Available values: en | es-ES | fr | ru | zh-CN | zh-TW