Redesign for Github Pages

This commit is contained in:
2014-06-26 18:48:13 +02:00
parent c76175799b
commit 1501da4d18
128 changed files with 4245 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
---
layout: default
title: Gergely Polonkai
---
<div class="container">
<div class="row">
<hr class="blog-hr">
<h2>Blog posts</h2>
<hr class="blog-hr">
</div>
</div>
<div class="container-fluid">
{% for post in site.posts limit: 6 %}
{% capture counter %}{% cycle 'odd', 'even' %}{% endcapture %}
{% include blog-post-list.html %}
{% endfor %}
</div>