Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 794 Bytes

blog.md

File metadata and controls

38 lines (35 loc) · 794 Bytes
layout title
default
Blog

Research Papers Summaries

    {% for post in site.posts %} {% if post.category == "papers" %}
  • {{ post.title }}
  • {% endif %} {% endfor %}

Tech Blog

    {% for post in site.posts %} {% if post.category == "tech" %}
  • {{ post.title }}
  • {% endif %} {% endfor %}

Reading Notes, Talk Notes

Notes trying to capture the essence of talks or readings; nice for later review and occasionally with my own thoughts and interpreations.

    {% for post in site.posts %} {% if post.category == "notes" %}
  • {{ post.title }}
  • {% endif %} {% endfor %}