| layout | default |
|---|---|
| description | This website is dedicated to my journey, learnings, and experiences about software engineering, life, and music. It focuses on tools, and technologies as much as it does on my life and insights. |
{%- if site.posts.size > 0 -%}
-
{%- for post in site.posts -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
<h3> <a class="post-link" href="{{ post.url | relative_url }}"> {{ post.title | escape }} </a> </h3> <i>{{post.description}}</i> <br> </li> {%- endfor -%}
