<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>atom.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,32 +7,33 @@
    &lt;title&gt;{{ page.title }}&lt;/title&gt;
    &lt;meta name=&quot;author&quot; content=&quot;Nick Quaranto&quot; /&gt;
 
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/reset.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/text.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/960.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/syntax.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
    &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;wrapper&quot;&gt;
-    &lt;div id=&quot;header&quot;&gt;
-      &lt;h1&gt;
-        &lt;a href=&quot;/&quot;&gt;git ready&lt;/a&gt;
-      &lt;/h1&gt;
-      tutorials for the noob to the guru
+  &lt;div class=&quot;site&quot;&gt;
+    &lt;div class=&quot;title&quot;&gt;
+      &lt;a href=&quot;/&quot;&gt;git ready&lt;/a&gt;
+      &lt;span class=&quot;extra&quot;&gt;daily tips for the noob to the guru&lt;/span&gt;
     &lt;/div&gt;
-    &lt;div id=&quot;main&quot;&gt;
-      {{ content }}
+    
+    {{ content }}
+    
+    &lt;div class=&quot;footer&quot;&gt;    
+      &lt;div class=&quot;contact&quot;&gt;
+        &lt;p&gt;
+          &lt;a href=&quot;/about.html&quot;&gt;about&lt;/a&gt;&lt;br /&gt;
+          &lt;a href=&quot;http://github.com/qrush/gitready&quot;&gt;contribute&lt;/a&gt;&lt;br /&gt;
+          &lt;a href=&quot;/&quot;&gt;submit a tip&lt;/a&gt;
+        &lt;/p&gt;
+      &lt;/div&gt;
+      &lt;div class=&quot;rss&quot;&gt;
+        &lt;a href=&quot;http://feeds.feedburner.com/&quot;&gt;
+          &lt;img src=&quot;/images/rss.png&quot; alt=&quot;Subscribe to RSS Feed&quot; /&gt;
+        &lt;/a&gt;
+      &lt;/div&gt;
     &lt;/div&gt;
-    &lt;div class=&quot;push&quot;&gt;&lt;/div&gt;
-  &lt;/div&gt;
-  &lt;div class=&quot;footer&quot;&gt;
-    &lt;a href=&quot;about.html&quot;&gt;about&lt;/a&gt;
-    &amp;plusmn;
-    &lt;a href=&quot;http://github.com/qrush/gitready&quot;&gt;contribute&lt;/a&gt;
-    &amp;plusmn;
-    &lt;a href=&quot;http://git-scm.com&quot;&gt;git-scm&lt;/a&gt;
-    &amp;plusmn;
-    &lt;a href=&quot;http://github.com&quot;&gt;github&lt;/a&gt;
   &lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>_layouts/default.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,107 +1,192 @@
-body { 
-  background: #e0e0c0;
-  font-family: Verdana, Arial, sans-serif;
-  font-size: 13px;
-}
+/*****************************************************************************/
+/*
+/* Common
+/*
+/*****************************************************************************/
 
-#header {
-  width: 100%;
-  background: #e0c0a0;
-  border-bottom: 3px solid #a08060;
-  text-align: center;
-}
+/* Global Reset */
 
-h1 {
-  font-family: &quot;Consolas&quot;, &quot;Monaco&quot;, &quot;Courier New&quot;, &quot;Courier&quot;, monospace;
-  font-size: 30px;
-  padding: 0;
+* {
   margin: 0;
+  padding: 0;
 }
 
-.footer {
-  background: #808060;
-  text-align: center;
-  color: #000;
-  position: absolute;
-  width: 100%;
+html, body {
+  height: 100%;
 }
 
-.grid_4 {
+body {
+  background-color: white;
+  font: 13.34px helvetica, arial, clean, sans-serif;
+  *font-size: small;
   text-align: center;
-height: 100%;
 }
 
-.articles {
-  background: #c0c0a0;
-  border: 2px solid #404040;
+h1, h2, h3, h4, h5, h6 {
+  font-size: 100%;
 }
 
-.articles a {
-  display: block;
-  font-size: 14px;
-  padding: 10px;
-}
-.articles a:hover {
-background: #a0a080;
+h1 {
+  margin-bottom: 1em;
 }
 
-h2 {
-  font-family: Consolas, Monaco, &quot;Courier New&quot;, Courier, monospace;
-  font-size: 28px;
-padding: 0;
-  margin-bottom: 5px;
+p {
+  margin: 1em 0;
 }
 
-.container_12 {
-  margin-top: 10px;
+a {
+  color: #00a;
 }
 
-#green {
-color: #408040;
+a:hover {
+  color: black;
 }
 
-#yellow {
-color: #BFB130;
+a:visited {
+  color: #a0a;
 }
 
-#red {
-color: #BF3030;
+table {
+  font-size: inherit;
+  font: 100%;
 }
 
-a {
-  text-decoration: none;
+/*****************************************************************************/
+/*
+/* Home
+/*
+/*****************************************************************************/
+
+ul.posts {
+  list-style-type: none;
+  margin-bottom: 2em;
 }
-a:visited {
-  color: #000;
+
+  ul.posts li {
+    line-height: 1.75em;
   }
 
-.footer a {
-  color: #e0e0e0;
+  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;
 }
-.footer a:hover {
-  color: #000;
+
+.title {
+  color: #a00;
+  font-weight: bold;
+  margin-bottom: 2em;
 }
 
-/*
+  .site .title a {
+    color: #a00;
+    text-decoration: none;
+  }
+  
+  .site .title a:hover {
+    color: black;
+  }
 
-Sticky Footer by Ryan Fait
-http://ryanfait.com/
+  .site .title a.extra {
+    color: #aaa;
+    text-decoration: none;
+    margin-left: 1em;
+  }
+  
+  .site .title a.extra:hover {
+    color: black;
+  }
 
-*/
+  .site .meta {
+    color: #aaa;
+  }
 
-* {
-	margin: 0;
-}
-html, body {
-	height: 100%;
-}
-.wrapper {
-	min-height: 100%;
-	height: auto !important;
-	height: 100%;
-	margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
+  .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 {
+  
 }
-.footer, .push {
-	height: 22px; /* .push must be the same height as .footer */
+
+  /* standard */
+  
+  #post pre {
+    border: 1px solid #ddd;
+    background-color: #eef;
+    padding: 0 .4em;
+  }
+  
+  #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;
+  }</diff>
      <filename>css/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -2,35 +2,12 @@
 layout: default
 title: Git Ready &amp;raquo; tutorials for the noob to the guru
 ---
-&lt;div class=&quot;container_12&quot;&gt;
-  &lt;div class=&quot;grid_4&quot;&gt;
-    &lt;h2 id=&quot;green&quot;&gt;beginner&lt;/h2&gt;
-    &lt;div class=&quot;articles&quot;&gt;
-      &lt;a&gt;Installation&lt;/a&gt;
-      &lt;a&gt;Crash Course&lt;/a&gt;
-      &lt;a&gt;Why Git?&lt;/a&gt;
-      &lt;a&gt;Version Control Basics&lt;/a&gt;
-      &lt;a&gt;GUI Interfaces&lt;/a&gt;
-    &lt;/div&gt;
-  &lt;/div&gt;
-  &lt;div class=&quot;grid_4&quot;&gt;
-    &lt;h2 id=&quot;yellow&quot;&gt;intermediate&lt;/h2&gt;
-    &lt;div class=&quot;articles&quot;&gt;
-      &lt;a&gt;Branching/Merging&lt;/a&gt;
-      &lt;a&gt;Stashing&lt;/a&gt;
-      &lt;a&gt;Cherry Picking&lt;/a&gt;
-      &lt;a&gt;Rebasing&lt;/a&gt;
-      &lt;a&gt;Tagging&lt;/a&gt;
-      &lt;a&gt;Remotes&lt;/a&gt;
-    &lt;/div&gt;
-  &lt;/div&gt;
-  &lt;div class=&quot;grid_4&quot;&gt;
-    &lt;h2 id=&quot;red&quot;&gt;advanced&lt;/h2&gt;
-    &lt;div class=&quot;articles&quot;&gt;
-      &lt;a&gt;Submodules&lt;/a&gt;
-      &lt;a&gt;Self-Hosting&lt;/a&gt;
-      &lt;a&gt;Hooks&lt;/a&gt;
-      &lt;a&gt;Other Applications&lt;/a&gt;
-    &lt;/div&gt;
-  &lt;/div&gt;
+&lt;div id=&quot;home&quot;&gt;
+  &lt;h1&gt;Git Tips&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;
 &lt;/div&gt;
+</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2c13355bca685887153be3954a8354a712648a93</id>
    </parent>
  </parents>
  <author>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </author>
  <url>http://github.com/schacon/gitready/commit/aad849ca5bbf9e07a6c640eeb3219631a3232858</url>
  <id>aad849ca5bbf9e07a6c640eeb3219631a3232858</id>
  <committed-date>2009-01-08T10:16:43-08:00</committed-date>
  <authored-date>2009-01-08T10:16:43-08:00</authored-date>
  <message>Changing to TPW blog format</message>
  <tree>583d7ca637e61a2033ae77b40e7fcc2cb30a038d</tree>
  <committer>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </committer>
</commit>
