First Draft

This commit is contained in:
Bashy 2025-11-09 21:20:15 +01:00
parent bfa3b6fae5
commit cff7000285
18 changed files with 222 additions and 60 deletions

View file

@ -9,9 +9,10 @@
"server": "hexo server"
},
"hexo": {
"version": ""
"version": "8.1.1"
},
"dependencies": {
"fullcalendar": "^6.1.19",
"hexo": "^8.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
@ -21,6 +22,7 @@
"hexo-renderer-marked": "^7.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0"
"hexo-theme-landscape": "^1.0.0",
"strip-ansi": "^6.0.1"
}
}