MyGit

4.7.0

jerryc127/hexo-theme-butterfly

版本发布时间: 2023-02-20 17:27:33

jerryc127/hexo-theme-butterfly最新发布版本:4.13(2024-02-22 17:09:49)

Feature

  1. card_tags 可配置 orderby 和 order

    aside:
      card_tags:
        enable: true
        limit: 40 # if set 0 will show all
        color: false
    +    orderby: random # Order of tags, random/name/length
    +    order: 1 # Sort of order. 1, asc for ascending; -1, desc for descending
        sort_order: # Don't modify the setting unless you know how it works
    
  2. 標籤頁支持配置 orderby 和 order 參數

  3. 添加 docsearch

    +# Docsearch
    +# https://docsearch.algolia.com/
    +docsearch:
    +  enable: false
    +  appId:
    +  apiKey:
    +  indexName:
    +  option:
    
  4. 本地搜索,點擊文章內容也會跳轉到相應頁面

  5. gallery 標籤外掛增加 json 獲取

Fix

  1. 修復 card_author 和 card_announcement 設為 false 後,aside 卡片沒有間距的 bug
  2. artalk 最新評論無法加載
  3. 修復 waline 在 pjax 模式下 css 沒有加載的 bug
  4. 修復本地搜索,部分符號無法搜索的 bug

Improvement

  1. getCSS 重構
  2. 滾動條變小

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-02-20发行的版本