github jerryc127/hexo-theme-butterfly 3.5.0

latest releases: 4.13, 4.12, 4.11...
3 years ago

Feature

  1. 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
    
  2. 新增 Cloudflare Analytics

    +# Cloudflare Analytics
    +# https://www.cloudflare.com/zh-tw/web-analytics/
    +cloudflare_analytics:
  3. 新增 Microsoft Clarity

    +# Microsoft Clarity
    +# https://clarity.microsoft.com/
    +microsoft_clarity:
  4. readmode 優化

  5. aside 增加自定義 widget

  6. 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
  7. twikoo 增加 option 配置

    # Twikoo
    # https://github.com/imaegoo/twikoo
    -twikoo:
    +twikoo:
    +  envId:
    +  option:
  8. 增加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:
  9. 增加waline評論數顯示

  10. 增加waline最新評論模塊

    newest_comments:
      enable: true
    	...
    +  waline: false

Improvement

  1. 最新評論url 增加描點

  2. html結構優化

  3. 修改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

Don't miss a new hexo-theme-butterfly release

NewReleases is sending notifications on new releases.