Skip to content

Commit

Permalink
convert main index page (list of blog posts still missing)
Browse files Browse the repository at this point in the history
--HG--
branch : jekyll
  • Loading branch information
christianspecht committed Dec 22, 2013
1 parent 3a87e3f commit 660402c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/index.html.mako → src/index.html
@@ -1,11 +1,9 @@
<%inherit file="_templates/site.mako" />
---
layout: default
---
<div class="hero-unit">
<%self:filter chain="markdown">
My name is Christian Specht, and this is my personal site.
I'm a software developer and I use this site to feature [my projects](${bf.util.site_path_helper(bf.config.blog.path,'projects')}) and (occasionally) [some blogging](${bf.util.site_path_helper(bf.config.blog.path,'archive')}).
</%self:filter>
My name is Christian Specht, and this is my personal site.<br>
I'm a software developer and I use this site to feature <a href="/projects">my projects</a> and (occasionally) <a href="/archive">some blogging</a>.
</div>

<h3>Recent Posts:</h3>
Expand Down

0 comments on commit 660402c

Please sign in to comment.