3.5.0
版本发布时间: 2020-12-30 23:37:38
jerryc127/hexo-theme-butterfly最新发布版本:5.2.2(2024-11-05 19:13:47)
Feature
-
aside 個人資料widget可關閉button
aside: ... card_author: enable: true description: button: + enable: true icon: fab fa-github text: 主題 GitHub link: https://github.com/jerryc127/hexo-theme-butterfly
-
新增 Cloudflare Analytics
+# Cloudflare Analytics +# https://www.cloudflare.com/zh-tw/web-analytics/ +cloudflare_analytics:
-
新增 Microsoft Clarity
+# Microsoft Clarity +# https://clarity.microsoft.com/ +microsoft_clarity:
-
readmode 優化
-
aside 增加自定義 widget
-
aside widget 增加排序(只對page頁和sticky內的有效)
aside: ... card_recent_post: + sort_order: # Don't modify the setting unless you know how it works card_categories: + sort_order: # Don't modify the setting unless you know how it works card_tags: + sort_order: # Don't modify the setting unless you know how it works card_archives: + sort_order: # Don't modify the setting unless you know how it works card_webinfo: + sort_order: # Don't modify the setting unless you know how it works newest_comments: enable: true + sort_order: # Don't modify the setting unless you know how it works
-
twikoo 增加 option 配置
# Twikoo # https://github.com/imaegoo/twikoo -twikoo: +twikoo: + envId: + option:
-
增加waline評論
+# waline - A simple comment system with backend support fork from Valine +# https://waline.js.org/ +waline: + serverURL: # Waline server address url + avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image + emojiCDN: # emoji CDN + bg: /image/comment_bg.png # waline background + option:
-
增加waline評論數顯示
-
增加waline最新評論模塊
newest_comments: enable: true ... + waline: false
Improvement
-
最新評論url 增加描點
-
html結構優化
-
修改newest_comments的leancloud為valine,並刪除其配置,改為讀取valine配置
# Aside widget - Newest Comments newest_comments: ... - leancloud: - enable: false - appId: # leancloud application app id - appKey: # leancloud application app key - serverURL: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in) - default_avatar: # mp/identicon/monsterid/wavatar/retro/robohash/blank + valine: false