🐛 適配hexo 5.0.0 修復toc點擊不會跳轉的bugs

🐛 適配hexo 5.0.0 修復toc點擊不會跳轉的bugs
🍻 文件整理
🍻 UI微調
This commit is contained in:
Jerry
2020-08-01 01:50:01 +08:00
Unverified
parent ddb728d8f4
commit 507453671a
56 changed files with 385 additions and 204 deletions
+22 -9
View File
@@ -1,18 +1,31 @@
{
"name": "hexo-theme-butterfly",
"version": "3.0.0-rc2-dev",
"private": true,
"engines": {
"node": ">=8.10.0"
},
"version": "3.0.0-rc1",
"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"
"Card UI Design",
"Jerry"
],
"repository": "https://github.com/jerryc127/hexo-theme-butterfly.git",
"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-marked": "^3.0.0",
"hexo-renderer-pug": "^1.0.0"
},
"homepage": "https://demo.jerryc.me/",
"author": "Jerry <wong@jerryc.me>",
"license": "MIT"
}
"license": "Apache-2.0"
}