github jerryc127/hexo-theme-butterfly 4.2.0

latest releases: 5.0.0, 4.13, 4.12...
2 years ago

Breaking Change

  1. waline 適配 V2

    CDN:
    -    waline: 
    +    waline_js:
    +    waline_css:
  2. waline 的 visitor 改為 pageview

    waline:
    -  visitor: false
    +  pageview: false
  3. cdn 可一鍵設置 本地文件/可單獨配置主題文件,第三方文件的 cdn

    CDN:
    +  # The CDN provider of internal scripts (主題內部 js 的 cdn 配置)
    +  # option: local/jsdelivr
    +  # Dev version cannot choose jsdelivr (dev版的主題不能設置為 jsdelivr)
    +  internal_provider: local
    +  # The CDN provider of third party scripts (第三方 js 的 cdn 配置)
    +  # option: local/jsdelivr
    +  # when set it to local, you need to install hexo-butterfly-extjs
    +  third_party_provider: jsdelivr
    +  option:
  4. 移除 utterances,giscus, addtoany, busuanzi 的 cdn 配置

Feature

  1. algolia 搜索增加文章內容顯示和高亮

  2. 搜索內容顯示區域變大

  3. 本地搜索增加 preload,cdn 配置 #859

    local_search:
      enable: false
    +  preload: false
    +  CDN:
  4. 更新 social-share cdn 版本

  5. 歸檔頁面的側邊欄支持隱藏

    aside:
    +  archives: true
  6. 可配置文章版權模塊的作者超鏈接

    post_copyright:
    +  author_href:

Fix

  1. mathjax 顯示不完全的 bug
  2. 標題中帶有 HTML 關鍵字時,會破壞相關推薦的渲染 #836

Improvement

  1. 搜索標題統一顯示為 ‘搜索’
  2. algolia 搜索的 logo 改為 instantsearch 調用
  3. algolia 第一次進入時不會自動搜索 #867
  4. 搜索內容增加 ... 縮略辨識
  5. 調整分享按鈕導致的間距問題
  6. html/css 優化

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

NewReleases is sending notifications on new releases.