feat: aside widget 增加部分參數可配置

 feat: aside widget的Categories,Tags,post,Archives可配置limit
 feat: 整合公告欄配置到aside去
🐛 fix: 修復當flink.yml內容為空時,報錯的bug
💄 fix: 修復darkmode下 aside 查看更多文字顏色太淺的bug
This commit is contained in:
Jerry
2020-04-06 01:49:47 +08:00
Unverified
parent eb11e4afeb
commit 6c68ce1c4c
16 changed files with 189 additions and 87 deletions

View File

@@ -138,7 +138,7 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
border-top: 13px solid lighten(#121212, 10) !important
.md-links-item:before,
.aside-category-list:hover,
.aside-category-list-item:hover,
.archive-list-item:hover,
#bookmark-it
background-color: lighten(#121212, 10) !important
@@ -156,9 +156,11 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
.headline,
.length_num,
.aside-post_title,
.aside-category-list_link,
.aside-category-list-link,
.archive-list-link,
.social-icon
.social-icon,
.aside-category-list-item-more,
.archive-list-link-more
color: alpha(#FFFFFF, .6) !important
.button--animated:before