latest 9 messages by zaytsev

+ [2017-03-17T08:06:14Z] zaytsev jaybe: yay, my first pull request for jekyll: https://github.com/jekyll/jekyll/pull/5959
+ [2017-03-17T07:53:49Z] zaytsev jaybe: so published doesn't work with --drafts, but luckily there is another (only if a bit obscure) option called --unpublished
+ [2017-03-16T16:35:14Z] zaytsev jaybe: in the meantime, found the answer: http://talk.jekyllrb.com/t/is-it-possible-to-pack-a-plugin-in-a-gem-based-theme/318/2 and solved the problem of trying to access _includes from a theme by not trying anymore
+ [2017-03-16T16:34:32Z] zaytsev jaybe: re. plugins, i know i am, the question was rather how can i pack them into a gem-based theme, such that i don't have to store them in the content repository or create extra gems
+ [2017-03-16T16:23:40Z] zaytsev jaybe: re. front matter thanks, that's helpful, but will the page be rendered when --drafts is supplied, or it won't be rendered under anycircumstances? i can only try it out tomorrow
+ [2017-03-16T12:18:24Z] zaytsev is there any api to access _includes from theme in jekyll from a plugin
+ [2017-03-16T10:55:31Z] zaytsev another attempt to ask a question :) can one use drafts for pages, not only posts?
+ [2017-03-16T09:07:57Z] zaytsev hi folks, it appears that i can't have _plugins in theme, is that right :( ?
+ [2017-03-13T12:24:14Z] zaytsev hi folks, writing my first jekyll plugin, is there a nice api reference somwhere? i'm wondering how do i correctly fail the build from my plugin. i founs jekyll.logger. to do messages, otherwise do i just throw and unhandled exception?