+ [2013-05-16T19:51:48Z] travis-ci [travis-ci] mojombo/jekyll#928 (master - 70672c9 : Matt Rogers): The build passed.
+ [2013-05-16T20:26:55Z] jaybe mojobot, back
+ [2013-05-16T20:34:11Z] travis-ci [travis-ci] Change view : https://github.com/mojombo/jekyll/compare/70672c98d9f2...4123406bd253
+ [2013-05-16T20:34:11Z] travis-ci [travis-ci] mojombo/jekyll#929 (master - 4123406 : Matt Rogers): The build passed.
+ [2013-05-16T20:34:11Z] travis-ci [travis-ci] Build details : http://travis-ci.org/mojombo/jekyll/builds/7232151

message no. 939

Posted by apendleton in #jekyll at 2013-05-16T16:35:28Z

A few days ago there was a bug: https://github.com/mojombo/jekyll/issues/1094 posted about github pages failing to build even though Jekyll built fine locally. I'm trying to debug a similar issue and was wondering whether this problem got resolved.
+ [2013-05-17T16:47:34Z] sami Hi, what would be "best practice" for a iphone theme?
+ [2013-05-17T16:51:38Z] jaybe sami, as far as jekyll is concerned, it doesn't judge or influence style. style is defined by CSS and layout. from a design perspective, you may wish to look at twitter bootstrap for a pre-relled layout with responsive design that adapts to various screen sizes
+ [2013-05-17T16:51:54Z] jaybe s/relled/rolled/
+ [2013-05-17T17:06:48Z] sami I'll be doing it to learn CSS and HTML5 so hopefully i'll solve it by either layouts or strict css
+ [2013-05-17T17:09:50Z] jaybe sami, a good way to learn both jekyll and as how it gets along and relates with CSS and HTML is to look at the source for the jekyllrb.com site. the source for the site is in the "sites" directory. can see how they did it. resize the browser on jekyllrb.com. resizes based on screen size. there's your example and potential starting point.