update _config.yml

This commit is contained in:
XPoet 2020-09-03 12:27:16 +08:00
parent 994d430957
commit 024443f8d6
1 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,8 @@ avatar: images/avatar.png
menu: menu:
Home: / Home: /
Archives: /archives Archives: /archives
# Category: /category # Categories: /categories
# Tags: /tags/ # Tags: /tags
# Links: /links # Links: /links
# About: /about # About: /about
# ... # ...
@ -73,6 +73,12 @@ post_wordcount:
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_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
code_copy: code_copy:
enable: true enable: true
@ -106,9 +112,3 @@ magic:
sidebar: sidebar:
enable: false enable: false
position: right # values: left | right 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