Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 692 Bytes

File metadata and controls

25 lines (22 loc) · 692 Bytes
layout page
title Blogs
permalink /blogs/
description Personal blog posts
header-img img/bg-little-universe.jpg

📝 My Blog Posts

    {% assign entries = site.blogs | sort: "date" | reverse %} {% for b in entries %}
  • {{ b.title }} — {{ b.date | date: "%B %d, %Y" }} {% if b.subtitle %}
    {{ b.subtitle }}
    {% endif %} {% if b.tags %}
    Tags: {{ b.tags | join: ", " }}
    {% endif %}
  • {% else %}
  • Coming soon…
  • {% endfor %}

(This section includes my personal reflections, project updates, and thoughts on engineering, climate, and life.)