+ [9 years ago] deniz946 And i have the Gemfile file
+ [9 years ago] DoomBoom I don't really know much about Github pages or bundle, sorry
+ [9 years ago] DoomBoom I'm just doing this for my own blog I host at some hosting company thing
+ [9 years ago] jmdev Hello, when I do Jekyll serve it says me that I haven't got kramdown, but it isn't so. I was searching for hours, and I don't find the solution. I tried gem cleanup, gem install jekyll, gem install kramdown...
+ [9 years ago] jmdev Any solve to this problem? Regrets

message no. 124408

Posted by deniz946 in #jekyll at 2016-02-21T21:54:45Z

And i have the Gemfile file
+ [9 years ago] jtbandes I recently upgraded jekyll and it looks like variables I put in the YAML front matter aren't readable from the layouts anymore. is that right?
+ [9 years ago] jtbandes e.g. if I use "layout: post \n foo: bar --- some stuff" it seems like post.html can't use "{{foo}}"
+ [9 years ago] jtbandes er, I mean {{page.foo}}
+ [9 years ago] jtbandes {{layout.foo}} works. is this new? It doesn't seem to be documented at jekyllrb.com
+ [9 years ago] jtbandes looks like https://github.com/jekyll/jekyll/issues/2836