From b16077d7ad413b9338ac2e2f2cb3f923fd76a666 Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 2 Sep 2020 16:19:39 +0800 Subject: [PATCH] update _config.yml --- _config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index c1767a5..483ee60 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,7 @@ avatar: images/avatar.png menu: Home: / Archives: /archives + # Category: /category # About: /about # Links: /links # ... @@ -65,6 +66,12 @@ local_search: # Preload the search data when the page loads. 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: enable: true @@ -99,9 +106,3 @@ magic: enable: false fixed: true 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 \ No newline at end of file