mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2025-01-18 06:46:20 +01:00
[feat] add new_posd scripts
This commit is contained in:
parent
4e517aa557
commit
ab0f2f7516
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
"build": "hexo generate",
|
"build": "hexo generate",
|
||||||
"clean": "hexo clean",
|
"clean": "hexo clean",
|
||||||
"deploy": "hexo deploy",
|
"deploy": "hexo deploy",
|
||||||
"server": "hexo server"
|
"server": "hexo server",
|
||||||
|
"new_post": "hexo new post dump"
|
||||||
},
|
},
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": "6.3.0"
|
"version": "6.3.0"
|
||||||
|
@ -27,4 +28,4 @@
|
||||||
"hexo-server": "^3.0.0",
|
"hexo-server": "^3.0.0",
|
||||||
"markdown-it": "^13.0.1"
|
"markdown-it": "^13.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue