+ [2014-09-07T23:11:45Z] phillipadsmith Jesus, I need to subscribe for updates to Jekyllrb.com news…
+ [2014-09-07T23:23:53Z] phillipadsmith Oy vey… okay, so now I'm at 2.3.0 and trying to work with / output a collection of ~300 documents, but I'm stuck at Generating…
+ [2014-09-07T23:28:48Z] phillipadsmith Hmmm… now generating, but no sort

message no. 46302

Posted by glendc in #jekyll at 2014-09-07T19:02:43Z

any clues on how I can resolve this?
+ [2014-09-08T02:44:46Z] mister_m Hi, is there any mechanism in jekyll that will allow me to say that posts require specific attributes in their front-matter?
+ [2014-09-08T02:45:07Z] mister_m for isntance, I'd like my site to fail compilation if a post is missing some attribute
+ [2014-09-08T03:24:26Z] jaybe mister_m, more likely you would simply fail to build that page by scripting the check with liquid
+ [2014-09-08T03:32:07Z] mister_m jaybe: how would you cause something to fail the build step via liquid
+ [2014-09-08T03:33:02Z] jaybe it wouldn't fail the entire build. you would design the template to just not build that page out.