Get up a basic info page

This commit is contained in:
Aaron Neyer
2014-01-17 20:56:43 -05:00
parent 534cf5a505
commit 21ead5d0ef
17 changed files with 9835 additions and 74 deletions

View File

@@ -1,13 +0,0 @@
---
layout: default
title: Your New Jekyll Site
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>