Repository: incubator-weex-site Updated Branches: refs/heads/master e8f38a296 -> 42e9f8b86
update redirect alias Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/42e9f8b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/42e9f8b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/42e9f8b8 Branch: refs/heads/master Commit: 42e9f8b86dbef055c04bb33b38a836bf99132da3 Parents: e8f38a2 Author: Hanks <[email protected]> Authored: Thu Jan 18 23:44:42 2018 +0800 Committer: Hanks <[email protected]> Committed: Thu Jan 18 23:44:42 2018 +0800 ---------------------------------------------------------------------- _config.yml | 4 ++-- _config_cn.yml | 2 +- package.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/42e9f8b8/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index e85a504..d59d3eb 100644 --- a/_config.yml +++ b/_config.yml @@ -55,7 +55,7 @@ jsonContent: ## Docs: https://hexo.io/docs/deployment.html deploy: type: git - repo: http://git-wip-us.apache.org/repos/asf/incubator-weex-site.git + repo: https://git-wip-us.apache.org/repos/asf/incubator-weex-site.git branch: asf-site target_dir: content @@ -359,7 +359,7 @@ alias: guide/tools/weexpack.html: tools/toolkit.html guide/tools/plugin.html: tools/helpers.html guide/contributing.html: contributing.html - guide/intro/how-it-works.html: guide/wiki/index.html + guide/intro/how-it-works.html: wiki/index.html guide/intro/web-dev-experience.html: guide/front-end-frameworks.html guide/intro/using-vue.html: guide/use-vue.html guide/intro/write-once.html: guide/index.html http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/42e9f8b8/_config_cn.yml ---------------------------------------------------------------------- diff --git a/_config_cn.yml b/_config_cn.yml index 25bc6a2..1d977e3 100644 --- a/_config_cn.yml +++ b/_config_cn.yml @@ -357,7 +357,7 @@ alias: guide/tools/weexpack.html: tools/toolkit.html guide/tools/plugin.html: tools/helpers.html guide/contributing.html: contributing.html - guide/intro/how-it-works.html: guide/wiki/index.html + guide/intro/how-it-works.html: wiki/index.html guide/intro/web-dev-experience.html: guide/front-end-frameworks.html guide/intro/using-vue.html: guide/use-vue.html guide/intro/write-once.html: guide/index.html http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/42e9f8b8/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 14929cd..048ac42 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "hexo": "^3.3.9", "hexo-autoprefixer": "^1.0.0", "hexo-deployer-git": "^0.3.1", + "hexo-generator-alias": "^0.1.3", "hexo-generator-archive": "^0.1.4", "hexo-generator-category": "^0.1.3", "hexo-generator-index": "^0.2.1", @@ -27,4 +28,4 @@ "hexo-toc": "^1.1.0", "uglify-js": "^3.3.7" } -} \ No newline at end of file +}
