+[2015-10-08T14:37:34Z]AvinashSnlgynter: I just re-installed execjs, via gem install execjs .. now the problem is gone +[2015-10-08T14:37:57Z]AvinashSnlthanks for the help, I appreciate it very much ... have a nice day! +[2015-10-08T14:38:02Z]AvinashSnlbye folks +[2015-10-08T14:43:14Z]gynterah noice +[2015-10-08T14:51:06Z]jaybe;)
I'm also working with express.js at the moment
+[2015-10-09T12:35:54Z]travis-cijekyll/jekyll#6114 (master) The build was fixed. https://travis-ci.org/jekyll/jekyll/builds/84492917 +[2015-10-09T16:40:59Z]RalfJis it possible to somehow compute in the YAML front matter, or execute some liquid template code *before* the main template starts? say, I want some page to have the content of some global variable (from _config) as its title. currently, I am repeating the string, but that feels kind of lame... +[2015-10-09T16:42:03Z]jaybeRalfJ, variables from _config.yml are globally available. {{ site.myvar }} +[2015-10-09T16:43:09Z]RalfJjaybe: yes, but it seems I cant do that in the YAML front patter: this doesnt work +[2015-10-09T16:43:09Z]RalfJtitle: {{ site.myvar }}