mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-09 05:15:56 +10:00
- 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)
28 lines
703 B
JSON
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"
|
|
}
|
|
}
|