Skip to content

Releases: jerryc127/hexo-theme-butterfly

3.7.0

18 Mar 17:13
Compare
Choose a tag to compare

Breaking Change

  1. 更改子目錄的寫法,與父目錄一致

  2. 移除 artitalk (如需要,請安裝 hexo-butterfly-artitalk)

    -# Artitalk
    -# see https://artitalk.js.org/
    -artitalk:
    -  appId:
    -  appKey:
    -  option:
    
    CDN:
    -	artitalk: https://cdn.jsdelivr.net/npm/artitalk
  3. katex_copytex 的js 和 css cdn 更換

    -katex_copytex: https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.js
    -katex_copytex_css: https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.css
    
    +katex_copytex: https://cdn.jsdelivr.net/npm/katex@latest/dist/contrib/copy-tex.min.js
    +katex_copytex_css: https://cdn.jsdelivr.net/npm/katex@latest/dist/contrib/copy-tex.css
    

Feature

  1. 新增設置代碼高度限制,顯示展開按鈕

    +highlight_height_limit: false # unit: px
  2. prismjs 也可以配置 code_word_wrap

  3. 增加 kbd 樣式 #507

  4. 添加waline,valine 和twikoo 提供的文章閲讀數配置 #502

    valine:
    +  visitor: false
    waline:
    +  visitor: false
    twikoo:
    +  visitor: false
  5. 增加 HexoPlusPlus_Talk(需要安裝 hexo-butterfly-hpptalk)

  6. 增加 tags 標簽外掛 inlineImg

  7. gitalk 增加 option 配置

    gitalk:
      createIssueManually: false # Gitalk will create a corresponding github issue for your every single page automatically
    +  option:

Fix

  1. 修復prismjs 在 ios safari 下自動換行的bug
  2. 修復默認代碼大小不會隨着字體放大/放小而改變的bug
  3. 修復prismjs 無法識別的語言 顯示 null 而不是顯示 code 的 bug
  4. 在完全沒有配置的情況下,運行時控制台報null 的問題

Improvement

  1. 主頁分頁會定位到文章區域 #519
  2. css 優化,簡化自定義代碼色的 css 配置
  3. 搜索 hover 效果與其它目錄一致
  4. 百度統計適配 pjax #516
  5. 當文章頁cover 和 cover 的 default_img都沒有配置時,會去讀取default_top_img的參數
  6. 一句API 改為 https
  7. pug代碼優化

3.6.2

03 Feb 07:44
Compare
Choose a tag to compare

fix: mathjax 和 katex 没有加载js的bug

3.6.1

01 Feb 08:39
Compare
Choose a tag to compare

fix: 非ios設備下,手機頁面下文章頁有toc的界面出現滾動條
fix: 非ios設備下,在layout標簽內的元素,如是position: fixed,其相對定位會更改 #482 #483

3.6.0

30 Jan 08:49
Compare
Choose a tag to compare

Feature

  1. 增加首頁評論數顯示

    comments:
      ...
      count: false # Display comment count in post's top_img
    +  card_post_count: false # Display comment count in Home Page
  2. 最新評論更新

    1. <a> 標簽將會顯示 [鏈接]
    2. <img>標簽將會顯示 [圖片]
    3. <pre><code> 標簽將顯示 [代碼]
    4. github-issues 獲取到的 url 改為對應文章地址,而不是issues地址
    5. 時間 time 增加 datetime屬性
    6. waline 獲取到頭像會先匹配 waline數據庫是否有qq頭像屬性
    7. 部分評論顯示的時間改為更新時間
  3. aside ‘查看更多’按鈕 改為 圖標顯示在右上角

  4. 可配置最新評論的緩存時間

    newest_comments:
      enable: false
      sort_order: # Don't modify the setting unless you know how it works
      limit: 6
    +  storage: 10 # unit: mins, save data to localStorage
  5. 增加 post_pagination 配置(可關閉/配置分頁展示邏輯)

    +# post_pagination (分頁)
    +# value: 1 || 2 || false
    +# 1: The 'next post' will link to old post
    +# 2: The 'next post' will link to new post
    +# false: disable pagination
    +post_pagination: 1
  6. 文章版權右上角改為 版權icon

  7. 增加配置 disable_top_img,禁用所有的top_img

    +# Disable all banner image
    +disable_top_img: false
  8. 增加 文章編輯

    +# Post edit
    +# Easily browse and edit blog source code online.
    +post_edit:
    +  enable: false
    +  # url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/
    +  # For example: https://github.com/jerryc127/butterfly.js.org/edit/main/source/
    +  url:

Fix

  1. 修復 文章頁面上滑子菜單圖標文字無法顯示的 bug #481
  2. 修復在 chrome上,進入頁面時,頁面元素會出現模糊到清晰 的 bug #479
  3. 修復夜間模式下,閲讀模式代碼塊背景顔色的顯示bug
  4. 修復打賞按鈕字數過多導致Hover異常的bug #473
  5. 修復評論裏 行內元素(表情/圖片)變成塊級元素(換行)的bug
  6. 修復點擊toc後,滾動完toc的highlight在點擊的上一個元素
  7. 修復子目錄下,打賞圖片跳轉鏈接會錯誤的bug
  8. 修復文字點擊關閉random無效的bug
  9. 修復手持設備橫向翻轉時,menu 沒有進行判斷,而導致樣式錯亂的bug
  10. 修復pjax下不會跳轉404頁面的bug
  11. 修復twikoo 評論數獲取會因為地域問題報錯的bug
  12. 修復 background-image 遇到鏈接有括號時會無法顯示的bug

Improvement

  1. meta description 限制在150字以內 #480
  2. pug優化和結構調整
  3. pug 判斷優化
  4. 友情鏈接界面增加title顯示(top_img設為false時)
  5. 升級facebook comment sdk版本
  6. 優化toc顯示,當向上滾動時,導航欄不會遮擋 toc #472
  7. pangu 改為全站渲染
  8. 最新評論js優化
  9. 調整 Readmode 標題邊距
  10. 卡片 hover box-shadow 微調
  11. 404頁面卡片增加hover
  12. 刪除部分多餘的代碼

Remove

  1. 移除百度推送(百度已棄用)和百度轉碼

    -# Disable Baidu transformation on mobile devices (禁止百度轉碼)
    -disable_baidu_transformation: true
    
    -# Baidu Push (百度推送)
    -baidu_push: false
  2. 移除 fragment_cache 配置(默認開啟)

    -# Caches the contents in a fragment, speed up the generation (開啟hexo自帶的緩存,加快生成速度)
    -fragment_cache: true

3.5.1

31 Dec 08:05
Compare
Choose a tag to compare

Feature

  1. twikoo增加 region 配置

Fix

  1. 修復twikoo 廣州地域下,最新評論無法讀取的bugs
  2. 修復waline背景設置無效的bugs
  3. 修復twikoo 廣州地域下,page 頁進入post頁,twikoo評論報錯的bugs

3.5.0

30 Dec 15:37
Compare
Choose a tag to compare

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

3.4.2

27 Dec 07:56
Compare
Choose a tag to compare

Fix

  1. 修復開啟 gitalk 評論數後與 toc 衝突的 bug #462
  2. 修復 jquery 在一些介面仍然載入問題
  3. 修復 medium zoom 報錯的 bug

3.4.1

15 Dec 10:55
Compare
Choose a tag to compare

Fix:

  1. 修復tabs 標簽外挂設爲-1時,按鈕點擊沒反應的bugs

3.4.0

13 Dec 09:05
Compare
Choose a tag to compare

Breaking Change

  1. 去除 jQuery

Feature

  1. 可配置是否添加css前綴

    +# Add the vendor prefixes to ensure compatibility
    +css_prefix: true
  2. 點擊文字特效增加隨機配置

    ClickShowText:
      enable: false
      text:
        - I
        - LOVEeeeeeeeeeeeee
        - YOU
      fontSize: 15px
    +  random: true
      mobile: false
  3. 右下角增加字體調整按鈕

    +# Change font size
    +change_font_size: true
  4. 增加twikoo 最新評論

    newest_comments:
      enable: true
    	....
    +  twikoo: true
  5. 增加twikoo評論數顯示

  6. 增加toc簡潔模式

    toc:
      enable: true
      number: true
    +  style_simple: false

Fix

  1. 修復子目錄下,配置justifiedGallery CDN(相對鏈接)後,連接會無法訪問的bugs
  2. 修復沒有滾動條時,右下角按鈕顯示問題 #439
  3. 修復 pangu 配置post 後,仍在全站生效的bugs
  4. 修復resize 時,toc 的位置問題

Improvement

  1. 最新評論頭像增加lazyload
  2. 最新評論優化,當沒有評論時顯示'沒有評論‘
  3. toc點擊時改用document.getElementById獲取,預防有些字符導致無法跳轉 #426
  4. 若瀏覽器支持。scroll將採用原生瀏覽器支持的滾動方法
  5. 搜索優化
  6. html格式優化
  7. 當屏幕沒有滾動條時,rightside會直接顯示
  8. 手機端toc邊距微調
  9. fontawesome和google字體增加異步加載
  10. 夜間模式下,廣告降低亮度
  11. 當設置aside mobile為false時,toc仍然能顯示

Remove

  1. 刪除ICP配置, 如需要,請使用custom_text配置
  2. 刪除不必要的語言文件

3.3.0

28 Oct 06:40
Compare
Choose a tag to compare

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