You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by as...@apache.org on 2018/12/04 14:12:39 UTC

[2/2] incubator-crail-website git commit: Remove the base argument, such that all links are relative to the host from which the file was originally downloaded.

Remove the base argument, such that all links are relative to the host
from which the file was originally downloaded.

This facilitates to test the website also on localhost.

Signed-off-by: Adrian Schuepbach <as...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/54a0791f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/54a0791f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/54a0791f

Branch: refs/heads/master
Commit: 54a0791fe8d966706fea4c40ddeb5697c4f8f3e0
Parents: c182cd3
Author: Adrian Schuepbach <as...@apache.org>
Authored: Tue Dec 4 15:10:11 2018 +0100
Committer: Adrian Schuepbach <as...@apache.org>
Committed: Tue Dec 4 15:10:11 2018 +0100

----------------------------------------------------------------------
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/54a0791f/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 7d49790..1a11722 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -26,7 +26,7 @@ categories: [blog, news]
 front_page_news: 5
 
 # Base pathname for links.
-base: '//crail.incubator.apache.org'
+#base: '//crail.incubator.apache.org'
 #base: '//127.0.0.1:4000/'