fix theme...

This commit is contained in:
2024-08-01 08:43:15 +08:00
parent 192ef21b12
commit 02130fba76
371 changed files with 28176 additions and 3285 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "hexo-theme-anzhiyu",
"version": "1.6.12",
"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",
"anzhiyu",
"Card UI Design",
"AnZhiYu",
"hexo-theme-anzhiyu"
],
"repository": {
"type": "git",
"url": "https://github.com/anzhiyu-c/hexo-theme-anzhiyu.git"
},
"bugs": {
"url": "https://github.com/anzhiyu-c/hexo-theme-anzhiyu/issues",
"email": "me@anheyu.com"
},
"dependencies": {
"hexo-renderer-stylus": "^3.0.0",
"hexo-renderer-pug": "^3.0.0"
},
"homepage": "https://blog.anheyu.com/",
"author": "anzhiyu <me@anheyu.com>",
"license": "GPL-3.0"
}