layout | title | permalink |
---|---|---|
page |
Blog |
/blog/ |
Useful blogs convey opinions on important issues. Artistic blogs have photographs, paintings, poetry or literature. Informative blogs contain tutorials on cooking, coding, making etc. This blog is none of these -- it is a collection of rants and existential crises from my post PhD life.
-
{% for post in site.posts %}
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
- {{ y }} {% endif %}
- {{ post.date | date:"%Y-%m-%d" }} {{ post.title }} {% endfor %}