From 8038af5aca364c28d8fc6fa9fa1ddd7bbb396c05 Mon Sep 17 00:00:00 2001 From: Jerry <16351105+jerryc127@users.noreply.github.com> Date: Sat, 5 Sep 2020 17:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A3=9C=E5=85=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=20improvement:=20Open=5FGraph=20?= =?UTF-8?q?=E6=94=B9=E7=82=BA=20hexo=20=E5=85=A7=E7=BD=AE=20=E7=94=9F?= =?UTF-8?q?=E6=88=90=20feat:=20=E5=A2=9E=E5=8A=A0=20tag=5Fper=5Fimg=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=88=E5=8F=AF=E7=82=BA=E5=90=84=E5=80=8B?= =?UTF-8?q?tag=20=E5=96=AE=E7=8D=A8=E9=85=8D=E7=BD=AEtop=5Fimg=EF=BC=89=20?= =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20category=5Fper=5Fimg=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=88=E5=8F=AF=E7=82=BA=E5=90=84=E5=80=8Bcategory?= =?UTF-8?q?=E5=96=AE=E7=8D=A8=E9=85=8D=E7=BD=AEtop=5Fimg=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 79b6a09..dc440d1 100644 --- a/_config.yml +++ b/_config.yml @@ -94,23 +94,33 @@ avatar: img: effect: false -# the banner image of home page +# The banner image of home page index_img: -# if the banner of page not setting, it will show the top_img +# If the banner of page not setting, it will show the top_img default_top_img: -# the banner image of archive page +# The banner image of archive page archive_img: -# the banner image of tag page +# If the banner of tag page not setting, it will show the top_img # note: tag page, not tags page (子標籤頁面的 top_img) tag_img: -# the banner image of category page +# The banner image of tag page +# format: +# - tag name: xxxxx +tag_per_img: + +# If the banner of category page not setting, it will show the top_img # note: category page, not categories page (子分類頁面的 top_img) category_img: +# The banner image of category page +# format: +# - category name: xxxxx +category_per_img: + # If you are using hexo-douban, you can configure it (如果你有使用 hexo-douban,可配置這個) # douban: # meta: false