github jerryc127/hexo-theme-butterfly 4.3.0

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

Breaking Change

  1. archives 隱藏aside 設置更改

    aside:
    -  archive: true
    +  display:
    +    archive: true
  2. 適配 disqusjs 3.0

Feature

  1. 子歸檔頁面顯示的文章數量不再顯示總文章數量,而是對應的子歸檔文章數量

  2. 為一些數據加載增加 loading 顯示

  3. tag 和 category 頁面可設置隱藏 aside

    aside:
    +  display:
    +    tag: true
    +    category: true
  4. 點擊歸檔日期跳轉到頁面,標題顯示日期而不是‘歸檔’二字

  5. 適配 katex 升級, 移除 katex copy-tex.css

  6. CDN 可一鍵配置 cdnjs

  7. CDN 可一鍵配置為 unpkg

  8. cdn可設置 version 和 custom format(自定義格式)

    CDN:
    +  version: false
    +  custom_format:
  9. 添加Remark42評論系統支持

    +# Remark42
    +# https://remark42.com/docs/configuration/frontend/
    +remark42:
    +  host: # Your Host URL
    +  siteId: # Your Site ID
      option:

Fix

  1. Algolia搜索沒有結果
  2. 評論系統開啟時 busuanzi 的 page_pv 不顯示
  3. 側邊欄歸檔卡片自定義排序異常

Improvement

  1. 修改 note 圖標 class 名字,避免第三方圖標覆蓋主題樣式

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

NewReleases is sending notifications on new releases.