github jerryc127/hexo-theme-butterfly 4.5.0

latest releases: 4.13, 4.12, 4.11...
23 months ago

Breaking Change

  1. Open_Graph_meta 設置更改,可配置其它參數

    -Open_Graph_meta: true
    +Open_Graph_meta:
    +  enable: true
    +  option:
  2. preloader 設置更改,增加 pace.js 加載動畫條

    -preloader: false
    +preloader:
    +  enable: false
    +  # source
    +  # 1. fullpage-loading
    +  # 2. pace (progress bar)
    +  source: 1
    +  # pace theme (see https://codebyzach.github.io/pace/)
    +  pace_css_url:
  3. anchor 設置更改,可單獨設置按鈕和自動更新 anchor 是否開啟,可設置 button 圖標,可設置 button 總是顯示

    -anchor: false
    +anchor:
    +  button:
    +    enable: false
    +    always_show: false
    +    icon: # the unicode value of Font Awesome icon, such as '\3423'
    +  auto_update: false # when you scroll in post, the URL will update according to header id.

Feature

  1. 更新 Facebook sdk 到 v15

Fix

  1. 修正 throttle 函數調用方式 #1075
  2. 修復控制台報 loadFBComment error 的 bug #1066
  3. 修復屏幕寬度為 768px 時的佈局混用問題 #1032

Improvement

  1. 簡繁轉換增加部分字 #1076
  2. 本地預覽,友情鏈接頁面刷新,內容不會重複顯示
  3. 更新 plugins.yml

Remove

  1. 移除 meta keywords

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

NewReleases is sending notifications on new releases.