Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 775 Bytes

File metadata and controls

30 lines (27 loc) · 775 Bytes
layout title permalink
page
Research Notebook
/notebook/

This is my open research notebook.

    {% for post in site.posts %} {% capture y %}{{post.date | date:"%Y"}}{% endcapture %} {% if post.categories contains 'notebook' %} {% if post.categories contains 'draft' %} {% continue %} {% endif %} {% if post.categories contains 'template' %} {% continue %} {% endif %}

    {% if year != y %} {% assign year = y %}

  • {{ y }}
  • {% endif %}

  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endif %} {% endfor %}