<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,5 +21,5 @@ end
 desc &quot;pull code from github&quot;
 task :pull do
   run &quot;cd #{deploy_to}/../actionsite &amp;&amp; git pull&quot;
-  run &quot;cd #{deploy_to} &amp;&amp; git pull &amp;&amp; rake generate&quot;
+  run &quot;cd #{deploy_to} &amp;&amp; git pull &amp;&amp; rake generate &amp;&amp; ln -s -f #{home}/public/files #{deploy_to}/public/jeremy_lightsmith/files&quot;
 end </diff>
      <filename>config/deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,13 @@
 module ApplicationHelper
+  def nav_links
+    links = []
+    links &lt;&lt; link_to(&quot;home&quot;, &quot;/&quot;)
+    links &lt;&lt; link_to(&quot;services&quot;, &quot;/services.html&quot;)
+    links &lt;&lt; link_to(&quot;classes&quot;, &quot;/classes.html&quot;)
+    links &lt;&lt; link_to(&quot;blog&quot;, &quot;http://onemanswalk.com/work&quot;)
+    links &lt;&lt; link_to(&quot;facilitation patterns&quot;, &quot;http://facilitationpatterns.org/&quot;)
+  end
+  
   def what_i_offer
     &lt;&lt;-HTML
       &lt;div class=&quot;box&quot;&gt;</diff>
      <filename>web/jeremy_lightsmith/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,12 +7,7 @@
   &lt;div class=&quot;nav-bar&quot;&gt;
     &lt;div class=&quot;fixed&quot;&gt;
       &lt;div class=&quot;links&quot;&gt;
-        &lt;%= link_to &quot;home&quot;, &quot;/&quot; %&gt;
-        &lt;%= link_to &quot;services&quot;, &quot;/services.html&quot; %&gt;
-        &lt;%= link_to &quot;classes&quot;, &quot;/classes.html&quot; %&gt;
-        &lt;%= link_to &quot;bio&quot;, &quot;/bio.html&quot; %&gt;
-        &lt;%= link_to &quot;blog&quot;, &quot;http://onemanswalk.com/work&quot; %&gt;
-        &lt;%= link_to &quot;facilitation patterns&quot;, &quot;http://facilitationpatterns.org/&quot; %&gt;
+        &lt;%= nav_links %&gt;
       &lt;/div&gt;
 
       &lt;%= link_to image_tag(&quot;logo.png&quot;), &quot;/&quot; %&gt;</diff>
      <filename>web/jeremy_lightsmith/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -18,12 +18,7 @@
   &lt;div class=&quot;nav-bar&quot;&gt;
     &lt;div class=&quot;fixed&quot;&gt;
       &lt;div class=&quot;links&quot;&gt;
-        &lt;%= link_to &quot;home&quot;, &quot;/&quot; %&gt;
-        &lt;%= link_to &quot;services&quot;, &quot;/services.html&quot; %&gt;
-        &lt;%= link_to &quot;classes&quot;, &quot;/classes.html&quot; %&gt;
-        &lt;%= link_to &quot;bio&quot;, &quot;/bio.html&quot; %&gt;
-        &lt;%= link_to &quot;blog&quot;, &quot;http://onemanswalk.com/work&quot; %&gt;
-        &lt;%= link_to &quot;facilitation patterns&quot;, &quot;http://facilitationpatterns.org/&quot; %&gt;
+        &lt;%= nav_links %&gt;
       &lt;/div&gt;
 
       &lt;%= link_to image_tag(&quot;white_logo.png&quot;), &quot;/&quot; %&gt;</diff>
      <filename>web/jeremy_lightsmith/layouts/home.html.erb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>web/jeremy_lightsmith/files</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>973e4d8ef8c4e2852e613721b146aae1960cecb7</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Lightsmith</name>
    <email>jeremy@flave.local</email>
  </author>
  <url>http://github.com/jeremylightsmith/blog/commit/805d2cfb41b03e81aff4a6ba789b6f7238f36809</url>
  <id>805d2cfb41b03e81aff4a6ba789b6f7238f36809</id>
  <committed-date>2009-10-08T14:08:05-07:00</committed-date>
  <authored-date>2009-10-08T14:08:05-07:00</authored-date>
  <message>get rid of bio link
copy file link on deploy</message>
  <tree>d5d473da1b7d97a696056a17f8fa8b84e293b4f0</tree>
  <committer>
    <name>Jeremy Lightsmith</name>
    <email>jeremy@flave.local</email>
  </committer>
</commit>
