+ [10 years ago] travis-ci jekyll/integration-tests#188 The build passed. http://travis-ci.org/jekyll/integration-tests/builds/45192504
+ [10 years ago] jekyllrb Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org)
+ [10 years ago] travis-ci jekyll/jekyll#4936 (sort-static-files-once) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/45192748
+ [10 years ago] jekyllrb Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org)

message no. 68392

Posted by jekyllrb in #jekyll at 2014-12-27T03:33:56Z

Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org)
+ [10 years ago] marcosscriven Can anyone point to 'best practice' for embedding (minimal) structure into Jekyll (particularly within GitHub pages)? There appear to be a few options:
+ [10 years ago] marcosscriven 1) Add a {: xyz} tag after a block element, allowing you to style it with CSS
+ [10 years ago] marcosscriven 2) Add an {% include %} tag, which can be parameterised. I used it thus:
+ [10 years ago] marcosscriven {% capture mybody %}This is a body{% endcapture %}
+ [10 years ago] marcosscriven {% include _panel.html head="Rah!" body=mybody %}