Files
Hermes Bot bb86ac0704 Fix preview issues: zh-CN language, disable motion, head.njk CSS injection, searchdb, move scripts to tools/
- language zh-Hans -> zh-CN (NexT has no zh-Hans.yml, fell back to Arabic)
- motion disabled (post content invisible without JS animation)
- custom styles via head.njk inline CSS (stylus import path broken)
- font-size control via body-end.njk
- hexo-generator-searchdb for local search
- scripts/* -> tools/ (hexo loads scripts/ as plugins, errored on .py/.sh)
2026-08-04 18:31:05 +10:00

28 lines
703 B
JSON

{
"name": "hexo-blog",
"version": "6.3.0",
"private": true,
"description": "Toozhao.com blog source (rebuilt from GitHub Pages artifact)",
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"server": "hexo server",
"deploy": "hexo deploy"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-searchdb": "^1.5.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-next": "^8.25.0"
}
}