You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/12/17 18:54:10 UTC

[33/50] [abbrv] incubator-brooklyn-site git commit: address @rdowner's code review comments

address @rdowner's code review comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/commit/6d0e1ad9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/tree/6d0e1ad9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/diff/6d0e1ad9

Branch: refs/heads/master
Commit: 6d0e1ad94ec23773ccbdcf9be9e8a29ddc37e15c
Parents: 73bc5f9
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Dec 15 17:25:21 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 15 17:25:21 2014 +0000

----------------------------------------------------------------------
 _config.yml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/blob/6d0e1ad9/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index a7844f8..3ace34a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,23 +15,22 @@ path:
   style: /style
   website: /website 
   v: /v
+# can insert a prefix above, for *all* paths, if we want to test in a subdirectory
+# TODO some hard links to /v/... currently
 
-# site.url is deprecated in favour of site.path.website
+# site.url is deprecated in favour of site.path.website, and in the few places that need a server name, url_root
 # url: http://0.0.0.0:4000/website
 
 # no longer putting things under /website; there is a new website/ dir in the folder structure for most things
 baseurl: ""
 
-
-# Use local copies of depenedencies (but provide the full URL so it is easy to switch to remote locations)
-
+# Use local copies of dependencies in dev build (switched to remote using URLs for prod build)
 dependency_mode: local
 dependency_urls:
   bootstrap.css: https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
   bootstrap.js: https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js
   jquery.js: https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
 
-
-# These files should not be marked down (in addition to _* contents)
+# These files should not be included in the final build (in addition to _* contents)
 
 exclude: ['README.md']