<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Github Pages for Fun and Win</title>
	<atom:link href="http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/</link>
	<description>A Developer with too little time.</description>
	<lastBuildDate>Sat, 20 Feb 2010 06:35:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AQ</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46615</link>
		<dc:creator>AQ</dc:creator>
		<pubDate>Wed, 06 May 2009 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46615</guid>
		<description>Thanks Randy! That script is awesome and useful.</description>
		<content:encoded><![CDATA[<p>Thanks Randy! That script is awesome and useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy J. Ray</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46594</link>
		<dc:creator>Randy J. Ray</dc:creator>
		<pubDate>Wed, 06 May 2009 00:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46594</guid>
		<description>This is a great guide for the Jekyll side of things, thanks!

I actually whipped together a basic bash script a while back, to automake creating a gh-pages branch. It was only a few days ago that it occurred to me to make it a gist on github (D&#039;oh!): http://gist.github.com/105977</description>
		<content:encoded><![CDATA[<p>This is a great guide for the Jekyll side of things, thanks!</p>
<p>I actually whipped together a basic bash script a while back, to automake creating a gh-pages branch. It was only a few days ago that it occurred to me to make it a gist on github (D&#8217;oh!): <a href="http://gist.github.com/105977" rel="nofollow">http://gist.github.com/105977</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AQ</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46491</link>
		<dc:creator>AQ</dc:creator>
		<pubDate>Sun, 03 May 2009 16:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46491</guid>
		<description>Sarah

Glad you figured it out. I actually skip the server part and instead do:
jekyll --auto --pygments</description>
		<content:encoded><![CDATA[<p>Sarah</p>
<p>Glad you figured it out. I actually skip the server part and instead do:<br />
jekyll &#8211;auto &#8211;pygments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Allen</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46487</link>
		<dc:creator>Sarah Allen</dc:creator>
		<pubDate>Sun, 03 May 2009 15:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46487</guid>
		<description>Never mind.  I just figured it out.  When running locally I need to:
  jekyll --server --pygments</description>
		<content:encoded><![CDATA[<p>Never mind.  I just figured it out.  When running locally I need to:<br />
  jekyll &#8211;server &#8211;pygments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Allen</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46486</link>
		<dc:creator>Sarah Allen</dc:creator>
		<pubDate>Sun, 03 May 2009 15:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46486</guid>
		<description>This post inspired me to write my next tutorial as a github page using jekyll since I was gonna post the source on github anyway.  

The syntax highlighting worked fine on github: http://ultrasaurus.github.com/example_nestedmodels/ but locally it doesn&#039;t show up: http://img.skitch.com/20090503-xdytu5wrfwmbn7359m7itg24mk.jpg

The (very simple) site is here:  http://github.com/ultrasaurus/example_nestedmodels/tree/gh-pages

I&#039;m probably missing something basic.  I understand if you are too busy, but if you have some spare time to take a peek I&#039;d appreciate some pointers.

Thanks,
Sarah</description>
		<content:encoded><![CDATA[<p>This post inspired me to write my next tutorial as a github page using jekyll since I was gonna post the source on github anyway.  </p>
<p>The syntax highlighting worked fine on github: <a href="http://ultrasaurus.github.com/example_nestedmodels/" rel="nofollow">http://ultrasaurus.github.com/example_nestedmodels/</a> but locally it doesn&#8217;t show up: <a href="http://img.skitch.com/20090503-xdytu5wrfwmbn7359m7itg24mk.jpg" rel="nofollow">http://img.skitch.com/20090503-xdytu5wrfwmbn7359m7itg24mk.jpg</a></p>
<p>The (very simple) site is here:  <a href="http://github.com/ultrasaurus/example_nestedmodels/tree/gh-pages" rel="nofollow">http://github.com/ultrasaurus/example_nestedmodels/tree/gh-pages</a></p>
<p>I&#8217;m probably missing something basic.  I understand if you are too busy, but if you have some spare time to take a peek I&#8217;d appreciate some pointers.</p>
<p>Thanks,<br />
Sarah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AQ</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46414</link>
		<dc:creator>AQ</dc:creator>
		<pubDate>Fri, 01 May 2009 22:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46414</guid>
		<description>gabriel - 
neat tasks!</description>
		<content:encoded><![CDATA[<p>gabriel -<br />
neat tasks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/comment-page-1/#comment-46413</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 01 May 2009 22:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.quirkey.com/blog/?p=292#comment-46413</guid>
		<description>Thanks for explaining the submodules. I was thinking of writing a post much like this about my github pages tasks: http://github.com/cldwalker/thor-tasks/blob/master/gh_pages.thor/main.thor</description>
		<content:encoded><![CDATA[<p>Thanks for explaining the submodules. I was thinking of writing a post much like this about my github pages tasks: <a href="http://github.com/cldwalker/thor-tasks/blob/master/gh_pages.thor/main.thor" rel="nofollow">http://github.com/cldwalker/thor-tasks/blob/master/gh_pages.thor/main.thor</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
