diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..e3f5da1 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +--- +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> » <a href="{{ post.url }}">{{ post.title }}</a></li> + {{ post.excerpt }} + {% endfor %} + </ul> +</div> |
