mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: 增加twikoo評論數顯示 feat: 增加toc簡潔模式 feat: 最新評論頭像增加lazyload feat: fontawesome和google字體增加異步加載 fix: 修復上個版本導致的圖庫報沒有jQuery的bugs fix: 修復上個版本導致aside 分類展開/收縮按鈕的bugs improvement: toc點擊時改用document.getElementById獲取參數,避免有些字符導致無法跳轉 close #426 improvement: icp圖片限制大小 close #434 improvement: 最新評論優化,當沒有評論時顯示 '沒有評論' improvement: 若瀏覽器支持,scroll將採用原生瀏覽器支持的滾動方法 improvement: 當屏幕沒有滾動條時,rightside會直接顯示
33 lines
788 B
JSON
33 lines
788 B
JSON
{
|
|
"name": "hexo-theme-butterfly",
|
|
"version": "3.4.0-b2",
|
|
"description": "A Simple and Card UI Design theme for Hexo",
|
|
"main": "package.json",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"butterfly",
|
|
"Card UI Design",
|
|
"Jerry",
|
|
"hexo-theme-butterfly"
|
|
],
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jerryc127/hexo-theme-butterfly.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
|
|
"email": "wong@jerryc.me"
|
|
},
|
|
"dependencies": {
|
|
"hexo-renderer-stylus": "^2.0.1",
|
|
"hexo-renderer-pug": "^1.0.0"
|
|
},
|
|
"homepage": "https://butterfly.js.org/",
|
|
"author": "Jerry <wong@jerryc.me>",
|
|
"license": "Apache-2.0"
|
|
}
|