+ [2015-05-07T06:04:33Z] travis-ci jekyll/jekyll-import#497 The build passed. http://travis-ci.org/jekyll/jekyll-import/builds/61572841
+ [2015-05-07T06:04:35Z] jekyllrb Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)
+ [2015-05-07T06:25:01Z] travis-ci jekyll/jekyll#5745 (v3.0.0.pre.beta3) The build passed. http://travis-ci.org/jekyll/jekyll/builds/61573937
+ [2015-05-07T06:25:04Z] jekyllrb Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)

message no. 92698

Posted by opencooper in #jekyll at 2015-05-07T03:13:38Z

Hello. This is more of a YAML issue, but it seems to be related to the YAML parser Jekyll uses (safe_yaml) so I thought I'd ask here. I want to map a URL, so url: http://example.com. However, the second ':' throws the parser off. The solution of quoting the string (http://stackoverflow.com/questions/11301650/how-to-escape-indicator-characters-i-e-or-in-yaml) isn't working unfortunately: " mapping values are not allowed in this context". Is there a
+ [2015-05-08T04:45:42Z] brandonstilson how would i make a js file available to all my posts?
+ [2015-05-08T07:17:05Z] vegardx Use absolute paths?
+ [2015-05-08T12:41:06Z] jaybe point to it in an available location
+ [2015-05-08T12:43:08Z] jaybe s/(available)/$1 and reachable/