<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>archive.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -15,32 +15,26 @@
    &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
-
-&lt;div class=&quot;site&quot;&gt;
-  &lt;div class=&quot;title&quot;&gt;
-    &lt;a href=&quot;/&quot;&gt;Jason Haruska&lt;/a&gt;
-    &lt;a class=&quot;extra&quot; href=&quot;/&quot;&gt;home&lt;/a&gt;
-  &lt;/div&gt;
-  
-  {{ content }}
-  
-  &lt;div class=&quot;footer&quot;&gt;
-    &lt;div class=&quot;contact&quot;&gt;
-      &lt;p&gt;
-        Jason Haruska
-	contact@haruska.com
-      &lt;/p&gt;
-    &lt;/div&gt;
-    &lt;div class=&quot;contact&quot;&gt;
-      &lt;p&gt;
-        &lt;a href=&quot;http://github.com/haruska/&quot;&gt;github.com/haruska&lt;/a&gt;&lt;br /&gt;
-        &lt;a href=&quot;http://twitter.com/haruska/&quot;&gt;twitter.com/haruska&lt;/a&gt;&lt;br /&gt;
-        &lt;a href=&quot;http://flickr.com/photos/haruska/&quot;&gt;flickr.com/photos/flickr&lt;/a&gt;
-      &lt;/p&gt;
-    &lt;/div&gt;
-  &lt;/div&gt;
-&lt;/div&gt;
-
-
+				&lt;div id=&quot;container&quot;&gt;
+								&lt;div id=&quot;header&quot;&gt;&lt;h1&gt;&lt;a href=&quot;/&quot;&gt;Jason Haruska&lt;/a&gt;&lt;/h1&gt;&lt;/div&gt;
+								&lt;div id=&quot;wrapper&quot;&gt;
+												&lt;div id=&quot;content&quot;&gt;
+																&lt;h1 class=&quot;title&quot;&gt;{{ page.title }}&lt;/h1&gt;
+																{{ content }}
+												&lt;/div&gt;
+								&lt;/div&gt;
+								&lt;div id=&quot;navigation&quot;&gt;
+												&lt;p&gt;
+												&lt;a href=&quot;/&quot;&gt;blog&lt;/a&gt; (&lt;a href=&quot;/archive.html&quot;&gt;archive&lt;/a&gt;)
+												&lt;/p&gt;
+												&lt;p&gt;
+												&lt;a href=&quot;http://github.com/haruska/&quot;&gt;github.com/haruska&lt;/a&gt;&lt;br /&gt;
+												&lt;a href=&quot;http://twitter.com/haruska/&quot;&gt;twitter.com/haruska&lt;/a&gt;&lt;br /&gt;
+												&lt;a href=&quot;http://flickr.com/photos/haruska/&quot;&gt;flickr.com/photos/flickr&lt;/a&gt;
+												&lt;/p&gt;
+								&lt;/div&gt;
+								&lt;div id=&quot;extra&quot;&gt;&lt;/div&gt;
+								&lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;
+				&lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>_layouts/default.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,19 +1,13 @@
 ---
 layout: default
 ---
-&lt;div id=&quot;post&quot;&gt;
+
+&lt;div class=&quot;byline&quot;&gt;{{ date | date:&quot;%B %d, %Y&quot; }}&lt;/div&gt;
+
 {{ content }}
-&lt;/div&gt;
+{{ page.extended }}
 
 &lt;div id=&quot;comments&quot;&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/haruska/embed.js&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://haruska.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;
 &lt;/div&gt;
 
-&lt;div id=&quot;related&quot;&gt;
-  &lt;h2&gt;Related Posts&lt;/h2&gt;
-  &lt;ul class=&quot;posts&quot;&gt;
-    {% for post in site.related_posts limit:3 %}
-      &lt;li&gt;&lt;span&gt;{{ post.date | date_to_string }}&lt;/span&gt; &amp;raquo; &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
-    {% endfor %}
-  &lt;/ul&gt;
-&lt;/div&gt;</diff>
      <filename>_layouts/post.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,197 +1,15 @@
-/*****************************************************************************/
-/*
-/* Common
-/*
-/*****************************************************************************/
-
-/* Global Reset */
-
-* {
-  margin: 0;
-  padding: 0;
-}
-
-html, body {
-  height: 100%;
-}
-
-body {
-  background-color: white;
-  font: 13.34px helvetica, arial, clean, sans-serif;
-  *font-size: small;
-  text-align: center;
-}
-
-h1, h2, h3, h4, h5, h6 {
-  font-size: 100%;
-}
-
-h1 {
-  margin-bottom: 1em;
-}
-
-p {
-  margin: 1em 0;
-}
-
-a {
-  color: #00a;
-}
-
-a:hover {
-  color: black;
-}
-
-a:visited {
-  color: #a0a;
-}
-
-table {
-  font-size: inherit;
-  font: 100%;
-}
-
-/*****************************************************************************/
-/*
-/* Home
-/*
-/*****************************************************************************/
-
-ul.posts {
-  list-style-type: none;
-  margin-bottom: 2em;
-}
-
-  ul.posts li {
-    line-height: 1.75em;
-  }
-
-  ul.posts span {
-    color: #aaa;
-    font-family: Monaco, &quot;Courier New&quot;, monospace;
-    font-size: 80%;
-  }
-
-/*****************************************************************************/
-/*
-/* Site
-/*
-/*****************************************************************************/
-
-.site {
-  font-size: 110%;
-  text-align: justify;
-  width: 40em;
-  margin: 3em auto 2em auto;
-  line-height: 1.5em;
-}
-
-.title {
-  color: #a00;
-  font-weight: bold;
-  margin-bottom: 2em;
-}
-
-  .site .title a {
-    color: #a00;
-    text-decoration: none;
-  }
-
-  .site .title a:hover {
-    color: black;
-  }
-
-  .site .title a.extra {
-    color: #aaa;
-    text-decoration: none;
-    margin-left: 1em;
-  }
-
-  .site .title a.extra:hover {
-    color: black;
-  }
-
-  .site .meta {
-    color: #aaa;
-  }
-
-  .site .footer {
-    font-size: 80%;
-    color: #666;
-    border-top: 4px solid #eee;
-    margin-top: 2em;
-    overflow: hidden;
-  }
-
-    .site .footer .contact {
-      float: left;
-      margin-right: 3em;
-    }
-
-      .site .footer .contact a {
-        color: #8085C1;
-      }
-
-    .site .footer .rss {
-      margin-top: 1.1em;
-      margin-right: -.2em;
-      float: right;
-    }
-
-      .site .footer .rss img {
-        border: 0;
-      }
-
-/*****************************************************************************/
-/*
-/* Posts
-/*
-/*****************************************************************************/
-
-#post {
-
-}
-
-  /* standard */
-
-  #post pre {
-    border: 1px solid #ddd;
-    background-color: #eef;
-    padding: 0 .4em;
-  }
-
-  #post ul,
-  #post ol {
-    margin-left: 1.25em;
-  }
-
-  #post code {
-    border: 1px solid #ddd;
-    background-color: #eef;
-    font-size: 95%;
-    padding: 0 .2em;
-  }
-
-    #post pre code {
-      border: none;
-    }
-
-  /* terminal */
-
-  #post pre.terminal {
-    border: 1px solid black;
-    background-color: #333;
-    color: white;
-  }
-
-  #post pre.terminal code {
-    background-color: #333;
-  }
-
-#related {
-  margin-top: 2em;
-}
-
-  #related h2 {
-    margin-bottom: 1em;
-  }
\ No newline at end of file
+html,body {margin:0;padding:0}
+body{font:arial,sans-serif}
+p{margin:0 10px 10px}
+div#header h1{height:80px;line-height:80px;margin:0;
+  padding-left:10px;background: #EEE;color: #79B30B}
+div#content p{line-height:1.4}
+div#navigation{background:#B9CAFF}
+div#extra{background:#FF8539}
+div#footer{background: #333;color: #FFF}
+div#footer p{margin:0;padding:5px 10px}
+
+div#wrapper{float:left;width:100%}
+div#content{margin-left:200px}
+div#navigation{float:left;width:200px;margin-left:-100%}
+div#extra{clear:left;width:100%}</diff>
      <filename>css/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,19 @@
 ---
 layout: default
-title: Jason Haruska
 ---
 
-&lt;div id=&quot;home&quot;&gt;
-  &lt;h1&gt;Blog Posts&lt;/h1&gt;
-  &lt;ul class=&quot;posts&quot;&gt;
-    {% for post in site.posts %}
-      &lt;li&gt;&lt;span&gt;{{ post.date | date_to_string }}&lt;/span&gt; &amp;raquo; &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
-    {% endfor %}
-  &lt;/ul&gt;
+	
+{% for post in site.posts limit:5 %}
+&lt;div class=&quot;entry&quot;&gt;
+	&lt;h2 class=&quot;post-title&quot;&gt;&lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/h2&gt;
+	&lt;div class=&quot;byline&quot;&gt;{{ post.date | date:&quot;%B %d, %Y&quot; }}&lt;/div&gt;
+	&lt;div class=&quot;post-body&quot;&gt;
+		{{ post.content }}
+		{% if post.extended.size &gt; 0 %}
+		&lt;p&gt;Continue reading at &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;.&lt;/p&gt;
+		{% endif %}
+	&lt;/div&gt;
 &lt;/div&gt;
-  
+{% endfor %}
+
+</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>601b818ddc606b15a51aa086d275b875184e6a93</id>
    </parent>
  </parents>
  <author>
    <name>Jason Haruska</name>
    <email>jason@haruska.com</email>
  </author>
  <url>http://github.com/haruska/haruska.github.com/commit/c7c4a83890b75d4eeddf2f245db90d22286f6cf1</url>
  <id>c7c4a83890b75d4eeddf2f245db90d22286f6cf1</id>
  <committed-date>2009-09-29T14:23:38-07:00</committed-date>
  <authored-date>2009-09-29T14:23:38-07:00</authored-date>
  <message>start of new layout and navigation</message>
  <tree>63a17d0b5fba0e440627a75c6ebb9ee96f19798e</tree>
  <committer>
    <name>Jason Haruska</name>
    <email>jason@haruska.com</email>
  </committer>
</commit>
