About

{{ site.project.description }}. Feel free to contribute or contact me.

Latest posts

{% if site.posts.size == 0 %}

Sorry, there're no posts yet.

{% else %}
{% for post in site.posts limit: 5 %}  {{ post.date | date: '%-d %b %Y' }}  {{ post.title }} {% endfor %}
{% endif %}