github jerryc127/hexo-theme-butterfly 3.7.5

latest releases: 4.13, 4.12, 4.11...
3 years ago

Breaking Change

  1. site_verification 優化,需自行配置

    -# Google Webmaster tools verification setting
    -# See: https://www.google.com/webmasters/
    -google_site_verification:
    
    -# Bing Webmaster tools verification setting
    -# See: https://www.bing.com/webmaster/
    -bing_site_verification:
    
    -# Baidu Webmaster tools verification setting
    -# See: https://ziyuan.baidu.com/site/
    -baidu_site_verification:
    
    -# 360 Webmaster tools verification setting
    -# see http://zhanzhang.so.com/
    -qihu_site_verification:
    
    -# Yandex Webmaster tools verification setting
    -# see https://webmaster.yandex.com/
    -yandex_site_verification:
    
    +site_verification:
  2. lazyload 優化 (增加高斯模糊過度特效,增加配置 lazyload 範圍,佔位圖應用到全站)

    lazyload:
      enable: false
    -  post: /img/loading.gif
    +  field: site # site/post
    +  placeholder: /img/loading.gif
    +  blur: false

Feature

  1. 增加 tags 標簽外掛 - label

Fix

  1. 修復開啟anchor後,文章頁跳轉回主頁,主頁網址的hash添加上文章頁最後一個標題的 bug
  2. 修復開啟anchor後,瀏覽器上一頁/下一頁 跳轉會 404 的bug (文章頁的url hash 在pjax下變成 undefined)
  3. 修復 lazyload 報 undefined 的 bug close #532

Improvement

  1. 優化 pjax 下 404 頁面
  2. 優化 button tags 標簽外掛

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

NewReleases is sending notifications on new releases.