<?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: Migrating project websites to github pages with sake tasks, new websites with jekyll_generator</title>
	<atom:link href="http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Mon, 30 Apr 2012 17:04:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: lose belly fat</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-212551</link>
		<dc:creator>lose belly fat</dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-212551</guid>
		<description>I just happened to stumble on this blog while surfing. This is a very insightful article. I really appreciated the info.</description>
		<content:encoded><![CDATA[<p>I just happened to stumble on this blog while surfing. This is a very insightful article. I really appreciated the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ユナイテッド航空 マイレージ</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-208035</link>
		<dc:creator>ユナイテッド航空 マイレージ</dc:creator>
		<pubDate>Wed, 05 May 2010 07:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-208035</guid>
		<description>Thanks! Recently I&#039;ve been reading the RSpec beta book from Pragmatic Programmers, and it was not too much clear for me. Now I th</description>
		<content:encoded><![CDATA[<p>Thanks! Recently I&#8217;ve been reading the RSpec beta book from Pragmatic Programmers, and it was not too much clear for me. Now I th</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-181422</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 27 Jun 2009 13:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-181422</guid>
		<description>The &lt;code&gt;git submodule update --init&lt;/code&gt; is IIUC equivalent to

&lt;code&gt;
git submodule init    # register any new submodules in .gitmodules into .git/config
git submodule update    # update the local dir
&lt;/code&gt;

Very useful post, thanks very much.

-- Thomas</description>
		<content:encoded><![CDATA[<p>The <code>git submodule update --init</code> is IIUC equivalent to</p>
<p><code><br />
git submodule init    # register any new submodules in .gitmodules into .git/config<br />
git submodule update    # update the local dir<br />
</code></p>
<p>Very useful post, thanks very much.</p>
<p>&#8211; Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kylemac</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-158783</link>
		<dc:creator>kylemac</dc:creator>
		<pubDate>Wed, 25 Feb 2009 19:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-158783</guid>
		<description>Thanks for the help, again awesome project and great tutorial - super helpful. (wow i use too many adjectives)</description>
		<content:encoded><![CDATA[<p>Thanks for the help, again awesome project and great tutorial &#8211; super helpful. (wow i use too many adjectives)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-158714</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 25 Feb 2009 05:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-158714</guid>
		<description>@kyle - yeah I discovered that issue for user home pages recently. The generator was built for project pages (e.g. drnic.github.com/some_project) rather than drnic.github.com user pages. So the generator code needs fixing to support this.

For the [rejected] issue - you find that you&#039;ll forever have either master or gh-pages rejected, depending if you&#039;re in root or the website folder. Its not an issue.

To find out what is broken with a faulty rake command, pass --trace to get a stack trace. It will probably be issues relating to the first paragraph. Check the generated code that urls etc are correct. Ping again if you can&#039;t figure it out.</description>
		<content:encoded><![CDATA[<p>@kyle &#8211; yeah I discovered that issue for user home pages recently. The generator was built for project pages (e.g. drnic.github.com/some_project) rather than drnic.github.com user pages. So the generator code needs fixing to support this.</p>
<p>For the [rejected] issue &#8211; you find that you&#8217;ll forever have either master or gh-pages rejected, depending if you&#8217;re in root or the website folder. Its not an issue.</p>
<p>To find out what is broken with a faulty rake command, pass &#8211;trace to get a stack trace. It will probably be issues relating to the first paragraph. Check the generated code that urls etc are correct. Ping again if you can&#8217;t figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kylemac</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-158706</link>
		<dc:creator>kylemac</dc:creator>
		<pubDate>Wed, 25 Feb 2009 04:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-158706</guid>
		<description>This has been amazingly helpful, not only play with Jekyll but get a better understanding of github in general (as I am a noob). 

I ran into an issue with the sake migrations, likely due to something I did. My errors read:

! [rejected]        gh-pages -&gt; gh-pages (non-fast forward)
error: failed to push some refs to &#039;git@github.com:kylemac/kylemac.github.com.git&#039;

and 

rake aborted!
can&#039;t convert true into String


----any ideas here? any help would be amazing.</description>
		<content:encoded><![CDATA[<p>This has been amazingly helpful, not only play with Jekyll but get a better understanding of github in general (as I am a noob). </p>
<p>I ran into an issue with the sake migrations, likely due to something I did. My errors read:</p>
<p>! [rejected]        gh-pages -&gt; gh-pages (non-fast forward)<br />
error: failed to push some refs to &#8216;git@github.com:kylemac/kylemac.github.com.git&#8217;</p>
<p>and </p>
<p>rake aborted!<br />
can&#8217;t convert true into String</p>
<p>&#8212;-any ideas here? any help would be amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Jaros</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-152821</link>
		<dc:creator>Peter Jaros</dc:creator>
		<pubDate>Tue, 27 Jan 2009 03:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-152821</guid>
		<description>@trans: Actually, that&#039;s a pretty common thing to do.  It might be better done as a non-branch ref, but being a branch isn&#039;t that terrible.  Remember, this is git: you don&#039;t have to have the gh_pages branch in *your* repo for it to be in GitHub&#039;s.  :)</description>
		<content:encoded><![CDATA[<p>@trans: Actually, that&#8217;s a pretty common thing to do.  It might be better done as a non-branch ref, but being a branch isn&#8217;t that terrible.  Remember, this is git: you don&#8217;t have to have the gh_pages branch in *your* repo for it to be in GitHub&#8217;s.  <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-150209</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-150209</guid>
		<description>@transfire - the raw sake task is http://github.com/drnic/sake-tasks/raw/master/github/pages/migrate_website.sake</description>
		<content:encoded><![CDATA[<p>@transfire &#8211; the raw sake task is <a href="http://github.com/drnic/sake-tasks/raw/master/github/pages/migrate_website.sake" rel="nofollow">http://github.com/drnic/sake-tasks/raw/master/github/pages/migrate_website.sake</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trans</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-150208</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-150208</guid>
		<description>I was pleasantly surprised by the new Pages feature, but I was terribly disappointed to see it use a branch. I simply won&#039;t let GitHub pollute my branches this way. Not only does it decouple the version of the website from that of the rest of the project, but it misrepresents the intent of a branch. For instance, consider if someone created an automated tool that reported on the differences between all the  branches and the current master, the gh_pages branch would require special exception, in this case just to satisfy GitHub. So I&#039;m glad to see a work around, unfortunately it look like it only mitigates the issue, rather than actually solves it. I will probably not bother and just host my site on rubyforge.org instead. But I would like to as least see the code for this. Do you think you could post the sake task as a Gist? Thanks.</description>
		<content:encoded><![CDATA[<p>I was pleasantly surprised by the new Pages feature, but I was terribly disappointed to see it use a branch. I simply won&#8217;t let GitHub pollute my branches this way. Not only does it decouple the version of the website from that of the rest of the project, but it misrepresents the intent of a branch. For instance, consider if someone created an automated tool that reported on the differences between all the  branches and the current master, the gh_pages branch would require special exception, in this case just to satisfy GitHub. So I&#8217;m glad to see a work around, unfortunately it look like it only mitigates the issue, rather than actually solves it. I will probably not bother and just host my site on rubyforge.org instead. But I would like to as least see the code for this. Do you think you could post the sake task as a Gist? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudhindra Rao</title>
		<link>http://drnicwilliams.com/2008/12/21/migrating-project-websites-to-github-pages-with-sake-tasks-new-websites-with-jekyll_generator/comment-page-1/#comment-150159</link>
		<dc:creator>Sudhindra Rao</dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=380#comment-150159</guid>
		<description>Dr. Nic, 
I liked what you did with Jekyll. This is just wonderful.
Happy New Year to you.. I mean to all of us.
Sudhindra</description>
		<content:encoded><![CDATA[<p>Dr. Nic,<br />
I liked what you did with Jekyll. This is just wonderful.<br />
Happy New Year to you.. I mean to all of us.<br />
Sudhindra</p>
]]></content:encoded>
	</item>
</channel>
</rss>

