<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How-To: Blogging With Jekyll and MobileMe</title>
	<atom:link href="http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 09:10:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: William Adam McDuff</title>
		<link>http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/#comment-523137</link>
		<dc:creator><![CDATA[William Adam McDuff]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 23:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49497#comment-523137</guid>
		<description><![CDATA[When I try step one, I get:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
mkmf.rb can&#039;t find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h

I don&#039;t dig into the terminal much.  Any ideas what I should be doing?]]></description>
		<content:encoded><![CDATA[<p>When I try step one, I get:</p>
<p>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb<br />
mkmf.rb can&#8217;t find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h</p>
<p>I don&#8217;t dig into the terminal much.  Any ideas what I should be doing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Buys</title>
		<link>http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/#comment-389447</link>
		<dc:creator><![CDATA[Jon Buys]]></dc:creator>
		<pubDate>Mon, 16 Aug 2010 13:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49497#comment-389447</guid>
		<description><![CDATA[Hi Stephen!  Sorry it took me so long to respond, I was away from my Mac for the weekend.  Anyway, the problem you are seeing is not you, it&#039;s me :)  One additional step is needed to host on MobileMe without using a personalized domain name:

Check through your template files and change anything with &lt;pre&gt;&lt;a href=&quot;...&lt;/pre&gt; in it to &lt;pre&gt;&lt;a href=&quot;/YOURMOBILEMENAME...&lt;/pre&gt; and it should work like a charm!

If you&#039;d like, you can take a look at mine:  http://web.me.com/jonbuys]]></description>
		<content:encoded><![CDATA[<p>Hi Stephen!  Sorry it took me so long to respond, I was away from my Mac for the weekend.  Anyway, the problem you are seeing is not you, it&#8217;s me :)  One additional step is needed to host on MobileMe without using a personalized domain name:</p>
<p>Check through your template files and change anything with
<pre>&lt;a href=&quot;...</pre>
<p> in it to
<pre>&lt;a href=&quot;/YOURMOBILEMENAME...</pre>
<p> and it should work like a charm!</p>
<p>If you&#8217;d like, you can take a look at mine:  <a href="http://web.me.com/jonbuys" rel="nofollow">http://web.me.com/jonbuys</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Nunn</title>
		<link>http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/#comment-389446</link>
		<dc:creator><![CDATA[Stephen Nunn]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 14:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49497#comment-389446</guid>
		<description><![CDATA[More of a question/plea for help, and one which betrays my ignorance of all things webhosting and html. 

I&#039;ve followed the basic steps in your article (without the scripting and Automator parts - wanted to get the basics down first).  I built the &quot;hello world&quot; site described in the ostatic piece, and am confident the files and structure are correct.  All works perfectly when previewing on localhost.

However, once I&#039;ve copied the contents of _site to Web/Sites on my iDisk, the URLs of the individual posts omit my username. I don&#039;t have a personal domain and so the index.html homepage is accessed via web.me.com/myusername.  This works fine, but following the link to particular post yields an error as the url is web.me.com/08-13-2010/hello.html rather than web.me.com/myusername/08-13-2010.html

Could you advise?]]></description>
		<content:encoded><![CDATA[<p>More of a question/plea for help, and one which betrays my ignorance of all things webhosting and html. </p>
<p>I&#8217;ve followed the basic steps in your article (without the scripting and Automator parts &#8211; wanted to get the basics down first).  I built the &#8220;hello world&#8221; site described in the ostatic piece, and am confident the files and structure are correct.  All works perfectly when previewing on localhost.</p>
<p>However, once I&#8217;ve copied the contents of _site to Web/Sites on my iDisk, the URLs of the individual posts omit my username. I don&#8217;t have a personal domain and so the index.html homepage is accessed via web.me.com/myusername.  This works fine, but following the link to particular post yields an error as the url is web.me.com/08-13-2010/hello.html rather than web.me.com/myusername/08-13-2010.html</p>
<p>Could you advise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://gigaom.com/2010/08/12/how-to-blogging-with-jekyll-and-mobileme/#comment-389445</link>
		<dc:creator><![CDATA[Ed]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=49497#comment-389445</guid>
		<description><![CDATA[Based on my experience with Mobile Me, the title of this article should be Jekyll and Hyde]]></description>
		<content:encoded><![CDATA[<p>Based on my experience with Mobile Me, the title of this article should be Jekyll and Hyde</p>
]]></content:encoded>
	</item>
</channel>
</rss>
