Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 643 Bytes

File metadata and controls

22 lines (19 loc) · 643 Bytes
title Emil Varga - A personal blog.
description Posts on various topics including Scala, functional programming and writing blogs with Jekyll.
sitemap
lastmod priority changefreq
2022-03-06
0.8
monthly
    {% for post in site.posts limit:5 %}
  • {{ post.title }}

    {{ post.excerpt }} {% if post.content contains '' %} Read more {% endif %}
  • {% endfor %}