Skip to content

Commit

Permalink
npm install hexo-deployer-git --save,见hexojs/hexo#1040
Browse files Browse the repository at this point in the history
  • Loading branch information
addcn committed Mar 5, 2015
1 parent 36b287b commit bcbfe65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions _config.yml
Expand Up @@ -66,8 +66,7 @@ theme: yilia

# Deployment
## Docs: http://hexo.io/docs/deployment.html

deploy:
type: github
type: git
repository: https://github.com/addcn/addcn.github.com.git
branch: master
branch: master
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,13 +7,14 @@
},
"dependencies": {
"hexo": "3.0.0-rc.4",
"hexo-deployer-git": "0.0.3",
"hexo-generator-archive": "^0.1.0",
"hexo-generator-category": "^0.1.0",
"hexo-generator-index": "^0.1.0",
"hexo-generator-tag": "^0.1.0",
"hexo-renderer-ejs": "^0.1.0",
"hexo-renderer-stylus": "^0.2.0",
"hexo-renderer-marked": "^0.2.4",
"hexo-renderer-stylus": "^0.2.0",
"hexo-server": "^0.1.2"
}
}
}

0 comments on commit bcbfe65

Please sign in to comment.