update _config.yml
This commit is contained in:
parent
39dcb9bc32
commit
b16077d7ad
13
_config.yml
13
_config.yml
|
@ -15,6 +15,7 @@ avatar: images/avatar.png
|
||||||
menu:
|
menu:
|
||||||
Home: /
|
Home: /
|
||||||
Archives: /archives
|
Archives: /archives
|
||||||
|
# Category: /category
|
||||||
# About: /about
|
# About: /about
|
||||||
# Links: /links
|
# Links: /links
|
||||||
# ...
|
# ...
|
||||||
|
@ -65,6 +66,12 @@ local_search:
|
||||||
# Preload the search data when the page loads.
|
# Preload the search data when the page loads.
|
||||||
preload: false
|
preload: false
|
||||||
|
|
||||||
|
# Post word count
|
||||||
|
# Dependencies: https://github.com/willin/hexo-wordcount
|
||||||
|
post_wordcount:
|
||||||
|
wordcount: false # word count, one article
|
||||||
|
min2read: false # time to read, one article
|
||||||
|
|
||||||
# Code Copy
|
# Code Copy
|
||||||
code_copy:
|
code_copy:
|
||||||
enable: true
|
enable: true
|
||||||
|
@ -99,9 +106,3 @@ magic:
|
||||||
enable: false
|
enable: false
|
||||||
fixed: true
|
fixed: true
|
||||||
position: right # values: left | right
|
position: right # values: left | right
|
||||||
|
|
||||||
# Post wordcount display settings
|
|
||||||
# Dependencies: https://github.com/willin/hexo-wordcount
|
|
||||||
post_wordcount:
|
|
||||||
wordcount: true # word count, one article
|
|
||||||
min2read: true # time to read, one article
|
|
Loading…
Reference in New Issue