mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:20:53 +08:00
feat: tag 和 category 頁面可設置隱藏 aside feat: 子歸檔頁面顯示的文章數量不再顯示總文章數量,而是對應的子歸檔文章數量 feat: 為一些數據加載增加 loading 顯示 improvement: 修改 note 圖標 class 名字,避免第三方圖標覆蓋主題樣式
33 lines
792 B
JSON
33 lines
792 B
JSON
{
|
|
"name": "hexo-theme-butterfly",
|
|
"version": "4.3.0-b4",
|
|
"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": "my@crazywong.com"
|
|
},
|
|
"dependencies": {
|
|
"hexo-renderer-stylus": "^2.1.0",
|
|
"hexo-renderer-pug": "^3.0.0"
|
|
},
|
|
"homepage": "https://butterfly.js.org/",
|
|
"author": "Jerry <my@crazywong.com>",
|
|
"license": "Apache-2.0"
|
|
}
|