Skip to content

Commit

Permalink
feat: GitHub & Gitcafe depoly
Browse files Browse the repository at this point in the history
Deploy blog files to GitHub and Gitcafe simultaneously.
把博客同时部署到这两个Pages项目上。
  • Loading branch information
MOxFIVE committed Oct 3, 2015
1 parent bed61b8 commit 7921ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ db.json
db.json

db.json

.deploy_git/
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ theme: Yilia
# Deployment
## Docs: http://hexo.io/docs/deployment.html
deploy:
type:
type: git
repo:
github: git@github.com:MOxFIVE/MOxFIVE.github.io.git,master
gitcafe: git@gitcafe.com:MOxFIVE/MOxFIVE.git,gitcafe-pages
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"dependencies": {
"hexo": "^3.1.0",
"hexo-deployer-git": "0.0.4",
"hexo-generator-archive": "^0.1.2",
"hexo-generator-category": "^0.1.2",
"hexo-generator-index": "^0.1.2",
Expand Down

0 comments on commit 7921ebd

Please sign in to comment.