update _config.yml
This commit is contained in:
parent
a4cc2c9d52
commit
62eb3bbcab
56
_config.yml
56
_config.yml
|
@ -1,6 +1,6 @@
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Theme basic info (please don't change)
|
# Theme basic info (please don't change)
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
theme_info:
|
theme_info:
|
||||||
name: ILS
|
name: ILS
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
|
@ -8,9 +8,9 @@ theme_info:
|
||||||
repository: https://github.com/XPoet/hexo-theme-ils
|
repository: https://github.com/XPoet/hexo-theme-ils
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Theme style settings
|
# Theme style settings
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
style:
|
style:
|
||||||
# Theme primary color
|
# Theme primary color
|
||||||
primary_color: "#0066CC"
|
primary_color: "#0066CC"
|
||||||
|
@ -22,9 +22,9 @@ style:
|
||||||
avatar: images/avatar.png
|
avatar: images/avatar.png
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Navigation menu
|
# Navigation menu
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
menu:
|
menu:
|
||||||
Home: /
|
Home: /
|
||||||
Archives: /archives
|
Archives: /archives
|
||||||
|
@ -35,18 +35,18 @@ menu:
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# RSS
|
# RSS
|
||||||
# Dependencies: hexo-generator-feed
|
# Dependencies: hexo-generator-feed
|
||||||
# See: https://github.com/hexojs/hexo-generator-feed
|
# See: https://github.com/hexojs/hexo-generator-feed
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
rss:
|
rss:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Comment plugin
|
# Comment plugin
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
comments:
|
comments:
|
||||||
# Valine
|
# Valine
|
||||||
# See: https://github.com/xCss/Valine
|
# See: https://github.com/xCss/Valine
|
||||||
|
@ -67,9 +67,9 @@ comments:
|
||||||
client_secret: # GitHub Application Client Secret
|
client_secret: # GitHub Application Client Secret
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Website count
|
# Website count
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
website_count:
|
website_count:
|
||||||
# busuanzi
|
# busuanzi
|
||||||
# See: http://ibruce.info/2015/04/04/busuanzi/
|
# See: http://ibruce.info/2015/04/04/busuanzi/
|
||||||
|
@ -80,11 +80,11 @@ website_count:
|
||||||
page_pv: false
|
page_pv: false
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Local Search
|
# Local Search
|
||||||
# Dependencies: hexo-generator-searchdb
|
# Dependencies: hexo-generator-searchdb
|
||||||
# See: https://github.com/theme-next/hexo-generator-searchdb
|
# See: https://github.com/theme-next/hexo-generator-searchdb
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
local_search:
|
local_search:
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
|
@ -99,20 +99,20 @@ local_search:
|
||||||
preload: false
|
preload: false
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Post word count
|
# Post word count
|
||||||
# Dependencies: hexo-wordcount
|
# Dependencies: hexo-wordcount
|
||||||
# See: https://github.com/willin/hexo-wordcount
|
# See: https://github.com/willin/hexo-wordcount
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
post_wordcount:
|
post_wordcount:
|
||||||
enable: false
|
enable: false
|
||||||
wordcount: false # word count, one article
|
wordcount: false # word count, one article
|
||||||
min2read: false # time to read, one article
|
min2read: false # time to read, one article
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Home page article block display settings
|
# Home page article block display settings
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
home_article:
|
home_article:
|
||||||
category:
|
category:
|
||||||
enable: false # show category in home page article block
|
enable: false # show category in home page article block
|
||||||
|
@ -122,31 +122,31 @@ home_article:
|
||||||
limit: 5 # max number of tags shown in home page article block
|
limit: 5 # max number of tags shown in home page article block
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Code copy
|
# Code copy
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
code_copy:
|
code_copy:
|
||||||
enable: true
|
enable: true
|
||||||
style: flat # values: default | flat | mac
|
style: flat # values: default | flat | mac
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Sidebar tools
|
# Sidebar tools
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
side_tools:
|
side_tools:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Back to top
|
# Back to top
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
back2top:
|
back2top:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Table of Contents in the Sidebar
|
# Table of Contents in the Sidebar
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
toc:
|
toc:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
@ -157,9 +157,9 @@ toc:
|
||||||
expand_all: true
|
expand_all: true
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
# Magic
|
# Magic
|
||||||
# ------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
magic:
|
magic:
|
||||||
enable: true
|
enable: true
|
||||||
scale: false # scale effect when the mouse hover
|
scale: false # scale effect when the mouse hover
|
||||||
|
|
Loading…
Reference in New Issue