+[2014-12-27T03:26:50Z]travis-cijekyll/integration-tests#188 The build passed. http://travis-ci.org/jekyll/integration-tests/builds/45192504 +[2014-12-27T03:26:52Z]jekyllrbTitle: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) +[2014-12-27T03:33:54Z]travis-cijekyll/jekyll#4936 (sort-static-files-once) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/45192748 +[2014-12-27T03:33:56Z]jekyllrbTitle: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) +[2014-12-27T22:42:12Z]pontikihi hi
+[2014-12-28T01:54:20Z]marcosscrivenCan anyone point to 'best practice' for embedding (minimal) structure into Jekyll (particularly within GitHub pages)? There appear to be a few options: +[2014-12-28T01:54:42Z]marcosscriven1) Add a {: xyz} tag after a block element, allowing you to style it with CSS +[2014-12-28T01:55:21Z]marcosscriven2) Add an {% include %} tag, which can be parameterised. I used it thus: +[2014-12-28T01:55:23Z]marcosscriven{% capture mybody %}This is a body{% endcapture %} +[2014-12-28T01:55:24Z]marcosscriven{% include _panel.html head="Rah!" body=mybody %}