Skip to content

3.3.0

Compare
Choose a tag to compare
@jerryc127 jerryc127 released this 28 Oct 06:40
· 319 commits to master since this release

Breaking Change

  1. 只支持 hexo 5.0.0 及以上版本
  2. 不再支持 butterfly.yml 寫法

Feature

  1. Valine 增加 option 設置

    valine:
    +  option:
  2. toc改為aside顯示,去掉sidebar

    1. 手機toc ui 修改

    2. 去掉 toc auto_open 配置

      toc:
        enable: true
        number: true
      -  auto_open: true # auto open the sidebar
    3. 優化手機toc 的特效和按鈕出現的時機

    4. aside狀態存localStorage

  3. 文章標題改為居中

  4. aside 可配置隱藏/增加按鈕可展開或收縮aside

    aside:
      enable: true
    +  hide: false
    +  button: true
      mobile: true # display on mobile
  5. 增加Twikoo評論

    +twikoo:

Improvements

  1. 完善note標籤在readmode上的顯示
  2. 精簡css 和 js
  3. pjax 優化
  4. 文章頁標題改為h1(seo)
  5. canonical 改為hexo提供的函數生成
  6. ICP SEO優化 #393
  7. 調大sidebar的寬度
  8. html結構調整,mobile-sidebar改為sidebar/search調整
  9. 滾動到評論按鈕只要用評論的頁面就出現

Fix

  1. 修復網站壓縮後,mermaid 會無法生成顯示的Bugs
  2. 修復當文章頁top_img設為false時,閲讀模式下文章內容不顯示的bugs
  3. 修復valine背景圖片再次出現時,由左到右移動的bugs
  4. 修復disqusjs沒有設置api時,沒有反代的bugs

Remove

  1. 刪除搜索不必要的配置
  2. 移除豆瓣配置,如需配置,請使用 hexo-butterfly-douban
  3. 刪除多餘的css和pug