| 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 %}
- {{ y }} {% endif %}
- {{ post.date | date:"%Y-%m-%d" }} {{ post.title }} {% endif %} {% endfor %}
{% if year != y %} {% assign year = y %}