mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix: 修復更新mathjax 新版本後,mathjax 會溢出屏幕而不是顯示滾動條的 bug improvement: 避免沒更新主題文件而導致 anchor 配置報錯的問題 improvement: 更新 plugins.yml
33 lines
789 B
JSON
33 lines
789 B
JSON
{
|
|
"name": "hexo-theme-butterfly",
|
|
"version": "4.5.1",
|
|
"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"
|
|
}
|