* [website] updated website deploy config
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/b6d8ab0e Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/b6d8ab0e Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/b6d8ab0e Branch: refs/heads/master Commit: b6d8ab0e681752a6bb542a4e1a6cf11cd1559bfd Parents: 5529bb1 Author: Jinjiang <[email protected]> Authored: Sun Feb 26 23:54:43 2017 +0800 Committer: Jinjiang <[email protected]> Committed: Sun Feb 26 23:54:43 2017 +0800 ---------------------------------------------------------------------- doc/_config.yml | 7 ++++--- doc/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b6d8ab0e/doc/_config.yml ---------------------------------------------------------------------- diff --git a/doc/_config.yml b/doc/_config.yml index 7be4798..adeb1fd 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -54,12 +54,13 @@ jsonContent: ## Docs: https://hexo.io/docs/deployment.html deploy: type: git - repo: [email protected]: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 http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b6d8ab0e/doc/package.json ---------------------------------------------------------------------- diff --git a/doc/package.json b/doc/package.json index e923d62..7a12cba 100644 --- a/doc/package.json +++ b/doc/package.json @@ -11,7 +11,7 @@ "dependencies": { "hexo": "^3.2.2", "hexo-autoprefixer": "^1.0.0", - "hexo-deployer-git": "^0.2.0", + "hexo-deployer-git": "[email protected]: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",
