Repository: incubator-singa Updated Branches: refs/heads/gh-pages 8a34fb1f4 -> 564d33c14
update base_path Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/564d33c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/564d33c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/564d33c1 Branch: refs/heads/gh-pages Commit: 564d33c1407a00fd4d7d023d7ae49a796dcfd9c7 Parents: 8a34fb1 Author: wang wei <[email protected]> Authored: Thu May 7 21:08:36 2015 +0800 Committer: wang wei <[email protected]> Committed: Thu May 7 21:08:36 2015 +0800 ---------------------------------------------------------------------- README.md | 3 ++- _config.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/564d33c1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4d77c4c..73449c7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ these steps to preview the website on you own Github site: After finishing updating the website, commiters can submit their commits as follows. -(*Make sure that you have changed back the BASE_URL to "/singa" if you have previewed. +(*Make sure that you have changed back the BASE_URL to +"http://apache.github.io/incubator-singa" if you have previewed. it on your own Github site.*) # done only once http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/564d33c1/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index ce4a999..ae06044 100644 --- a/_config.yml +++ b/_config.yml @@ -53,7 +53,7 @@ JB : # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" # - BASE_PATH : "/singa" + BASE_PATH : "http://apache.github.io/incubator-singa" # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
