Modify package.json.

This commit is contained in:
saturneric 2019-10-09 22:44:57 +08:00
parent 9551ee1cd0
commit 7fed533acf
2 changed files with 6 additions and 3 deletions

View File

@ -78,4 +78,6 @@ theme: next
# Deployment # Deployment
## Docs: https://hexo.io/docs/deployment.html ## Docs: https://hexo.io/docs/deployment.html
deploy: deploy:
type: type: git #部署方式
repository: https://github.com/saturneric/saturneric.github.io.git #关联github仓库
branch: run-page #部署分支

View File

@ -13,13 +13,14 @@
}, },
"dependencies": { "dependencies": {
"hexo": "^3.9.0", "hexo": "^3.9.0",
"hexo-deployer-git": "^2.0.0",
"hexo-generator-archive": "^0.1.5", "hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3", "hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1", "hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0", "hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.1", "hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-renderer-marked": "^2.0.0", "hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3" "hexo-server": "^0.3.3"
} }
} }