+ [2016-05-24T23:50:58Z] allejo the assignment for "blog" should work
+ [2016-05-25T00:07:57Z] RedHatter Right, so there's no way I can set properties on 'blog' in liquid?
+ [2016-05-25T00:08:51Z] RedHatter I'm trying to get a link to the latest blog entry in my menu
+ [2016-05-25T00:32:20Z] allejo aw he left before I could answer
+ [2016-05-25T00:32:29Z] allejo waves

message no. 136660

Posted by allejo in #jekyll at 2016-05-25T00:32:29Z

waves
+ [2016-05-26T08:19:57Z] ceda Hi. I've been using jekyll/jekyll:latest docker image for some time to build my site. Today I touched a png file, and when rebuilding, a new docker image (jekyll/jekyll:latest) was pulled. However, I now get an error message saying that redcarpet is missing.
+ [2016-05-26T08:20:30Z] ceda my _config.yml contains "markdown: redcarpet"
+ [2016-05-26T08:20:46Z] ceda I tried changing to jekyll/jekyll:pages, but I get the same error there.
+ [2016-05-26T08:21:14Z] ceda I have _not_ provided a Gemfile, and I don't understand if I really need to, and if so, where to put it (and what to put in it)
+ [2016-05-26T16:27:52Z] ceda_ looks like my problems are all related to having a _config.yml file that worked with Jekyll 2.x, but not 3.x