mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
breaking changes: 更改 rightside-bottom 為 rightside_bottom
feat: 置頂圖標改為在標題左側 feat: 可配置打賞按鈕的文字 feat: 側邊欄增加 系列文章顯示 feat: 增加 series 系列文章 標籤外掛 feat: 移除 addthis 分享 improvement: 代碼優化 improvement: tabs 標籤外掛的回到頂部箭頭位置調整 improvement: 更新 plugin.yml
This commit is contained in:
19
_config.yml
19
_config.yml
@@ -264,6 +264,10 @@ aside:
|
||||
post_count: true
|
||||
last_push_date: true
|
||||
sort_order: # Don't modify the setting unless you know how it works
|
||||
card_post_series:
|
||||
enable: true
|
||||
orderBy: 'date' # Order by title or date
|
||||
order: -1 # Sort of order. 1, asc for ascending; -1, desc for descending
|
||||
|
||||
# busuanzi count for PV / UV in site
|
||||
# 訪問人數
|
||||
@@ -381,12 +385,6 @@ docsearch:
|
||||
# Share System (分享)
|
||||
# --------------------------------------
|
||||
|
||||
# AddThis
|
||||
# https://www.addthis.com/
|
||||
addThis:
|
||||
enable: false
|
||||
pubid:
|
||||
|
||||
# Share.js
|
||||
# https://github.com/overtrue/share.js
|
||||
sharejs:
|
||||
@@ -651,7 +649,7 @@ mask:
|
||||
footer: true
|
||||
|
||||
# the position of bottom right button/default unit: px (右下角按鈕距離底部的距離/默認單位為px)
|
||||
rightside-bottom:
|
||||
rightside_bottom:
|
||||
|
||||
# Enter transitions (開啓網頁進入效果)
|
||||
enter_transitions: true
|
||||
@@ -796,6 +794,13 @@ fancybox: true
|
||||
# Tag Plugins settings (標籤外掛)
|
||||
# --------------------------------------
|
||||
|
||||
# series (系列文章)
|
||||
series:
|
||||
enable: true
|
||||
orderBy: 'title' # Order by title or date
|
||||
order: 1 # Sort of order. 1, asc for ascending; -1, desc for descending
|
||||
number: true
|
||||
|
||||
# abcjs (樂譜渲染)
|
||||
# See https://github.com/paulrosen/abcjs
|
||||
abcjs:
|
||||
|
||||
Reference in New Issue
Block a user