feat: add one-click preview and deploy scripts

This commit is contained in:
Hermes Agent
2026-07-08 15:03:28 +08:00
parent e021c4fba8
commit 1d8ce5a16c
2 changed files with 68 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"preview": "bash scripts/blog.sh preview",
"deploy": "bash scripts/blog.sh deploy",
"server": "hexo server"
},
"hexo": {