| layout | page |
|---|---|
| title | Blogs |
| permalink | /blogs/ |
| description | Personal blog posts |
| header-img | img/bg-little-universe.jpg |
-
{% 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.)