<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>javascripts/jquery.github.js</filename>
    </added>
    <added>
      <filename>javascripts/jquery.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,8 @@
     &lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
     &lt;title&gt;Mister Bleigh - {{ page.title }}&lt;/title&gt;
     &lt;link rel=&quot;stylesheet&quot; href=&quot;/stylesheets/master.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot;/&gt;
+    &lt;script src=&quot;/javascripts/jquery.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
+    &lt;script src=&quot;/javascripts/jquery.github.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
   &lt;/head&gt;
   &lt;body&gt;
     &lt;div id='wrapper'&gt;
@@ -19,16 +21,18 @@
           &lt;li&gt;&lt;a href='/blog.html'&gt;Blog&lt;/a&gt;&lt;/li&gt;
           &lt;li&gt;&lt;a href='/about.html'&gt;About&lt;/a&gt;&lt;/li&gt;
           &lt;li&gt;&lt;a href='/open-source.html'&gt;Open Source&lt;/a&gt;&lt;/li&gt;
+          &lt;li&gt;&lt;a href='http://github.com/mbleigh' target='_blank' rel='me'&gt;GitHub&lt;/a&gt;&lt;/li&gt;
           &lt;li&gt;&lt;a href='http://www.linkedin.com/in/mbleigh' target='_blank' rel='me'&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
           &lt;li&gt;&lt;a href='http://twitter.com/mbleigh' target='_blank' rel='me'&gt;Twitter&lt;/a&gt;&lt;/li&gt;
         &lt;/ul&gt;
       &lt;/div&gt;
       &lt;div id='content'&gt;
         {{ content }}
+        &lt;div class='clearfix'&gt;&lt;/div&gt;
       &lt;/div&gt;
     &lt;/div&gt;
     &lt;div id='footer'&gt;
-      Copyright &amp;copy; 2009 Michael Bleigh. Some rights reserved.
+      Copyright &amp;copy; 2009 Michael Bleigh. Some rights reserved. Hosted by &lt;a href='http://github.com/mbleigh/mbleigh.github.com/' target='_blank'&gt;GitHub&lt;/a&gt; and powered by &lt;a href='http://github.com/mojombo/jekyll'&gt;Jekyll&lt;/a&gt;.
     &lt;/div&gt;
     &lt;script type=&quot;text/javascript&quot;&gt;
     //&lt;![CDATA[</diff>
      <filename>_layouts/master.html</filename>
    </modified>
    <modified>
      <diff>@@ -20,4 +20,7 @@ layout: master
   &lt;/table&gt;
 &lt;/div&gt;
 
+&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
+  var disqus_url = &quot;http://www.mbleigh.com/{{page.url}}&quot;;
+&lt;/script&gt;
 &lt;div id=&quot;disqus_thread&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://disqus.com/forums/misterbleigh/embed.js&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://misterbleigh.disqus.com/?url=ref&quot;&gt;View the discussion thread.&lt;/a&gt;&lt;/noscript&gt;&lt;a href=&quot;http://disqus.com&quot; class=&quot;dsq-brlink&quot;&gt;blog comments powered by &lt;span class=&quot;logo-disqus&quot;&gt;Disqus&lt;/span&gt;&lt;/a&gt;
\ No newline at end of file</diff>
      <filename>_layouts/post.html</filename>
    </modified>
    <modified>
      <diff>@@ -3,9 +3,37 @@ layout: master
 title: Michael Bleigh on the Web
 ---
 
-&lt;div id='home_left'&gt;
-  &lt;h2&gt;Blog Posts&lt;/h2&gt;
+&lt;div class='home_box' id='home_left'&gt;
+  &lt;h2&gt;Latest Blog Post (&lt;a href='/blog.html'&gt;More&lt;/a&gt;)&lt;/h2&gt;
+  
+  &lt;div class='post'&gt;
+    &lt;h1&gt;&lt;a href='{{site.posts.first.url}}'&gt;{{site.posts.first.title}}&lt;/a&gt;&lt;/h1&gt;
+    &lt;div class='body'&gt;{{ site.posts.first.content }}&lt;/div&gt;
+    &lt;a href='{{site.posts.first.url}}#disqus_thread'&gt;Comments&lt;/a&gt;
+  &lt;/div&gt;
 &lt;/div&gt;
-&lt;div id='home_right'&gt;
-  &lt;h2&gt;Open Source&lt;/h2&gt;
-&lt;/div&gt;
\ No newline at end of file
+&lt;div class='home_box' id='home_right'&gt;
+  &lt;h2&gt;Open Source (&lt;a href='/open-source.html'&gt;More&lt;/a&gt;)&lt;/h2&gt;
+  &lt;div id='github-projects'&gt;
+    &lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/acts-as-taggable-on&quot;&gt;acts-as-taggable-on&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/subdomain-fu&quot;&gt;subdomain-fu&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A new plugin approach to attempting to solve the usage of subdomains in linking and routing in Rails projects.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/seed-fu&quot;&gt;seed-fu&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;Advanced seed data handling for Rails, combining the best practices of several methods together.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/uberkit&quot;&gt;uberkit&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;The UberKit is a Rails plugin with a set of UI tools to ease common development.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/mash&quot;&gt;mash&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/fetches&quot;&gt;fetches&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A Rails plugin to simplify the fetching and memoization of records for parameter-based finds.&lt;/span&gt;&lt;/div&gt;
+  &lt;/div&gt;
+&lt;/div&gt;
+
+&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
+  $.githubUser('mbleigh', function(data) {
+    $('#github-projects').html('');
+    
+    var repos = data.user.repositories;
+    repos.sort(function(a,b) {
+      return b.watchers - a.watchers;
+    });
+    
+    $(repos.slice(0,6)).each(function() {
+      $('#github-projects').append(&quot;\
+&lt;div class='repo'&gt;\
+  &lt;h3&gt;&lt;a href='&quot; + this.url + &quot;'&gt;&quot; + this.name + &quot;&lt;/a&gt;&lt;/h3&gt;\
+  &lt;span class='desc'&gt;&quot;+this.description+&quot;&lt;/span&gt;\
+&lt;/div&gt;&quot;);
+    });
+  });
+&lt;/script&gt;
\ No newline at end of file</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,27 @@ title: Open-Source Projects
 
 &lt;h2&gt;Open-Source&lt;/h2&gt;
 
-&lt;ul id='open-source-projects'&gt;
-  
-&lt;/ul&gt;
\ No newline at end of file
+&lt;p&gt;I have a number of open-source projects hosted on &lt;a href='http://github.com/mbleigh' rel='me' target='_blank'&gt;GitHub&lt;/a&gt;. The list below is dynamically populated from all of my projects with the most popular ones appearing first.&lt;/p&gt;
+
+&lt;div id='github-projects' class='big'&gt;
+  &lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/acts-as-taggable-on&quot;&gt;acts-as-taggable-on&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/subdomain-fu&quot;&gt;subdomain-fu&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A new plugin approach to attempting to solve the usage of subdomains in linking and routing in Rails projects.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/seed-fu&quot;&gt;seed-fu&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;Advanced seed data handling for Rails, combining the best practices of several methods together.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/uberkit&quot;&gt;uberkit&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;The UberKit is a Rails plugin with a set of UI tools to ease common development.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/mash&quot;&gt;mash&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;repo&quot;&gt;  &lt;h3&gt;&lt;a href=&quot;http://github.com/mbleigh/fetches&quot;&gt;fetches&lt;/a&gt;&lt;/h3&gt;  &lt;span class=&quot;desc&quot;&gt;A Rails plugin to simplify the fetching and memoization of records for parameter-based finds.&lt;/span&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
+  $.githubUser('mbleigh', function(data) {
+    $('#github-projects').html('');
+    
+    var repos = data.user.repositories;
+    repos.sort(function(a,b) {
+      return b.watchers - a.watchers;
+    });
+    
+    $(repos).each(function() {
+      $('#github-projects').append(&quot;\
+&lt;div class='repo'&gt;\
+  &lt;h3&gt;&lt;a href='&quot; + this.url + &quot;'&gt;&quot; + this.name + &quot;&lt;/a&gt;&lt;/h3&gt;\
+  &lt;span class='desc'&gt;&quot;+this.description+&quot;&lt;/span&gt;\
+&lt;/div&gt;&quot;);
+    });
+  });
+&lt;/script&gt;
\ No newline at end of file</diff>
      <filename>open-source.html</filename>
    </modified>
    <modified>
      <diff>@@ -106,6 +106,10 @@ div.post {
   margin-bottom: 2em;
 }
 
+.post h1 {
+  margin-top: 0.2em;
+}
+
 .post h1 a {
   text-decoration: none;
   clear: left;
@@ -163,4 +167,68 @@ div.related {
   font-size: 0.9em;
   padding: 0.5em;
   text-align: center;
+}
+
+.home_box {
+  float: left;
+}
+
+#content .home_box h2 {
+  background: #484;
+  padding: 0.3em 0.5em;
+  border-bottom: 3px solid #262;
+  margin-bottom: 0em;
+  color: white;
+}
+
+.home_box h2 a {
+  color: white;
+  margin: 0 0.2em;
+}
+
+#home_left {
+  width: 29em;
+}
+
+#home_right {
+  width: 16em;
+  margin-left: 1em;
+}
+
+.clearfix { clear: both;}
+
+#footer a {
+  color: #ecb;
+  font-weight: normal;
+}
+
+.home_box .post h1 a {
+  font-size: 0.7em;
+}
+
+.repo {
+  background: #eee;
+  padding: 0.7em 1em;
+  font-size: 0.8em;
+  margin: 1em 0;
+  -moz-border-radius: 0.5em;
+  -webkit-border-radius: 0.5em;
+  border-radius: 0.5em;
+}
+.repo h3 {
+  margin: 0 0 0.3em 0;
+}
+.repo h3 a {
+  font-weight: bold;
+  color: black;
+  letter-spacing: 0;
+}
+
+#github-projects.big .repo {
+  float: left;
+  width: 15.5em;
+  margin: 0.8em 0.7em;
+  display: inline-block;
+  float: none;
+  vertical-align: top;
 }
\ No newline at end of file</diff>
      <filename>stylesheets/master.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>13109e636a3c996eb515f09b93a63c9f06316514</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/mbleigh.github.com/commit/ed6835dd2fd56acdba2de97ddbf2776cdb0af546</url>
  <id>ed6835dd2fd56acdba2de97ddbf2776cdb0af546</id>
  <committed-date>2009-02-10T12:58:12-08:00</committed-date>
  <authored-date>2009-02-10T12:58:12-08:00</authored-date>
  <message>Added dynamic pulling of GitHub projects via JS.</message>
  <tree>68ba5c134549042696f27c1f0fc83b605eab5a8c</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
