<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>_posts/2009-01-28-has-avatar-defining-an-application-vocabulary.textile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -27,6 +27,9 @@
         {{ content }}
       &lt;/div&gt;
     &lt;/div&gt;
+    &lt;div id='footer'&gt;
+      Copyright &amp;copy; 2009 Michael Bleigh. Some rights reserved.
+    &lt;/div&gt;
     &lt;script type=&quot;text/javascript&quot;&gt;
     //&lt;![CDATA[
     (function() {</diff>
      <filename>_layouts/master.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,4 +9,8 @@ Michael Bleigh is the author of this blog as well as a Rubyist, designer, and op
 
 Michael has contributed a number of open-source projects to the Ruby community including the &quot;SubdomainFu&quot;:http://github.com/mbleigh/subdomain-fu and &quot;ActsAsTaggableOn&quot;:http://github.com/mbleigh/acts-as-taggable-on plugins for Rails. He was also chosen to speak at RailsConf Europe 2008 as well as the Great Lakes Ruby Bash in 2008.
 
-His work at Intridea has included being the product manager and technical lead for &quot;Present.ly&quot;:http://www.presentlyapp.com/, the business micro-communications platform launched in September of 2008.
\ No newline at end of file
+His work at Intridea has included being the product manager and technical lead for &quot;Present.ly&quot;:http://www.presentlyapp.com/, the business micro-communications platform launched in September of 2008.
+
+h2. About This Site
+
+This site is built using the &quot;Jekyll&quot;:http://github.com/mojombo/jekyll library and hosted on &quot;GitHub&quot;:http://github.com/. The source code used to create this library is &quot;publicly available on GitHub&quot;:http://github.com/mbleigh/mbleigh.github.com as well.
\ No newline at end of file</diff>
      <filename>about.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
 ---
 layout: master
 title: Blog
-full_posts: 4
+full_posts: 5
 ---
 
 {% for post in site.posts %}
-  {% if forloop.index &lt;= page.full_posts %}
+  {% if forloop.index &lt; page.full_posts %}
   &lt;div class='post'&gt;
     &lt;span class='date'&gt;{{post.date}}&lt;/span&gt;
     &lt;h1&gt;&lt;a href='{{post.url}}'&gt;{{post.title}}&lt;/a&gt;&lt;/h1&gt;
@@ -13,7 +13,7 @@ full_posts: 4
     &lt;a href='{{post.url}}#disqus_thread'&gt;View Comments&lt;/a&gt;
   &lt;/div&gt;
   {% else %}
-    {% if forloop.index == page.full_posts + 1 %}
+    {% if forloop.index == page.full_posts %}
     &lt;h3&gt;Older Posts&lt;/h3&gt;
     &lt;table class='post-list'&gt;
     {% endif %}</diff>
      <filename>blog.html</filename>
    </modified>
    <modified>
      <diff>@@ -3,4 +3,8 @@ layout: master
 title: Open-Source Projects
 ---
 
-&lt;h2&gt;Open-Source&lt;/h2&gt;
\ No newline at end of file
+&lt;h2&gt;Open-Source&lt;/h2&gt;
+
+&lt;ul id='open-source-projects'&gt;
+  
+&lt;/ul&gt;
\ No newline at end of file</diff>
      <filename>open-source.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>172b297850ca06147f8054cf89deda0818e27d6c</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/mbleigh.github.com/commit/96a1cfc777ba599d9fce2ea6db6e8c75e4b6bfdc</url>
  <id>96a1cfc777ba599d9fce2ea6db6e8c75e4b6bfdc</id>
  <committed-date>2009-02-10T09:30:26-08:00</committed-date>
  <authored-date>2009-02-10T09:30:26-08:00</authored-date>
  <message>Updated some things, added another post.</message>
  <tree>3358d87ae634c04f47faf88648873b80eb4c6570</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
