Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.15 KB

File metadata and controls

53 lines (45 loc) · 1.15 KB
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.
<style type="text/css" media="screen"> .featured-image { width: 100%; height: 200px; object-fit: cover; } .main { height: 400px; } .sub { height: 220px; } .crazy { object-fit: none; } </style>

Home

Posts

Sharing my experiences, learnings; starting a conversation.
for my love of discussing ideas 💗

{%- 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 -%}
    
{%- endif -%}