Skip to content

Commit

Permalink
update bio and excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ngauthier committed Apr 25, 2016
1 parent bbbfb71 commit 823952e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Expand Up @@ -8,6 +8,8 @@ <h1 class="site-title">Nick Gauthier's Blog</h1>

<p>Nick has spoken at a bunch of Ruby and Open-Source conferences including RailsConf, WindyCityRuby, GoRuCo, Ruby Hoedown, Lone Star Ruby Conf, and RubyNation, and he's always interested in speaking about web development, Ruby, Rails, JavaScript, Backbone, and other topics.</p>

<p>Nick is currently working on <a href="http://www.meetspaceapp.com">MeetSpace</a> a video conferencing web app for distributed teams.</p>

<h2>Posts</h2>
<p>A reverse chronological archive of all posts by Nick Gauthier.</p>
<div class='posts'>
Expand All @@ -18,7 +20,7 @@ <h3>
<br>
<small><time itemprop="startDate" datetime="{{post.date | date_to_xmlschema }}">{{post.date | date: "%Y-%m-%d"}}</time></small>
</h3>
<p class='preview'>{{post.content | strip_html | truncate: 500 }}</p>
<p class='preview'>{{post.excerpt}}</p>
</div>
{% endfor %}
</div>

0 comments on commit 823952e

Please sign in to comment.