+ [10 years ago] jekyllrb Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)
+ [10 years ago] travis-ci jekyll/jekyll#5657 (master) The build was broken. http://travis-ci.org/jekyll/jekyll/builds/58010764
+ [10 years ago] jekyllrb Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)
+ [10 years ago] travis-ci jekyll/jekyll#5658 (master) The build was broken. http://travis-ci.org/jekyll/jekyll/builds/58010855
+ [10 years ago] jekyllrb Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)

message no. 89163

Posted by jekyllrb in #jekyll at 2015-04-10T21:14:22Z

Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org)
+ [10 years ago] jxf Is there a way I can get kramdown in jekyll to add a class to inline code, but not to block code? I'd like to style inline code specially but there doesn't seem to be an easy way to do that.
+ [10 years ago] antimatroid does jekyll rebuild only pages for which content files have been modified, or does it just rebuilt the entire site all the time?
+ [10 years ago] antimatroid and if it does only rebuild pages for which content files have been modified, does it cache pages being built, or rebuilt a page every time from scratch when it's needed?
+ [10 years ago] jxf I want to put my posts into groups of 3; is there a way to say something like "get three posts at a time from site.posts and keep repeating until you're all done"?
+ [10 years ago] jaybe jxf, loop with liquid language `whatis liquid` - info about liquid