Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

[website] updated website deploy config #2

Merged
merged 1 commit into from
Mar 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ jsonContent:
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: git@github.com:DoranYun/weex.git
branch: gh-pages
repo: http://git-wip-us.apache.org/repos/asf/incubator-weex-site.git
branch: asf-site
target_dir: content

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://weex-project.io
url: https://weex.apache.org
root: /
permalink_defaults:
lang: en
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"hexo": "^3.2.2",
"hexo-autoprefixer": "^1.0.0",
"hexo-deployer-git": "^0.2.0",
"hexo-deployer-git": "git@github.com:Jinjiang/hexo-deployer-git.git",
"hexo-generator-alias": "git+https://github.com/hexojs/hexo-generator-alias.git",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
Expand Down