new, jekyll-based blog
This commit is contained in:
10
index.html
Normal file
10
index.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: striving towards mediocrity
|
||||
---
|
||||
{% for post in site.posts limit: 1 %}
|
||||
{% assign content = post.content %}
|
||||
{% include post.html %}
|
||||
{% endfor %}
|
||||
|
||||
{% include vcard.html %}
|
Reference in New Issue
Block a user