From 024443f8d6493f482f82e7a6efbb4d9a74cb02e5 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 3 Sep 2020 12:27:16 +0800 Subject: [PATCH] update _config.yml --- _config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 699a7b1..332e705 100644 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,8 @@ avatar: images/avatar.png menu: Home: / Archives: /archives - # Category: /category - # Tags: /tags/ + # Categories: /categories + # Tags: /tags # Links: /links # About: /about # ... @@ -73,6 +73,12 @@ post_wordcount: wordcount: false # word count, one article min2read: false # time to read, one article +# Home page article block display settings +home_article: + category: true # show category in article block + tag: true # show tags in article block + tag_limit: 5 # max number of tags shown in article block + # Code Copy code_copy: enable: true @@ -106,9 +112,3 @@ magic: sidebar: enable: false position: right # values: left | right - -# Home page article block display settings -home_article: - tag: true # show tags in article block - tag_limit: 5 # max number of tags shown in article block - category: true # show category in article block \ No newline at end of file