Skip to content

Commit 8c52df7

Browse files
committed
Update command
1 parent 75cb6de commit 8c52df7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bash.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hexo g
2+
hexo algolia

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
"deploy": "hexo deploy",
1111
"server": "hexo clean && hexo server",
1212
"post": "hexo new",
13-
"draft": "hexo new draft",
14-
"public": "hexo g & hexo algolia"
13+
"draft": "hexo new draft"
1514
},
1615
"hexo": {
1716
"version": "6.3.0"
1817
},
1918
"dependencies": {
2019
"hexo": "^6.3.0",
21-
"hexo-algoliasearch": "^1.0.0",
2220
"hexo-bilibili-bangumi": "^1.8.7",
2321
"hexo-butterfly-charts": "^1.1.4",
2422
"hexo-butterfly-douban": "^1.2.5",

0 commit comments

Comments
 (0)