Initial commit

This commit is contained in:
kpcyrd 2014-09-02 00:03:54 +02:00
commit 5f280f7dff
12 changed files with 601 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
---
layout: default
---
<div class="home">
<ul class="posts">
{% for service in site.data.services %}
<li>
<a class="post-link" href="{{ service.url }}">{{ service.title }}</a>
</li>
{% endfor %}
</ul>
</div>