Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.77 KB

blog.md

File metadata and controls

49 lines (42 loc) · 1.77 KB
layout title permalink
default
Blog
/blog/

🔗 here

    {% for post in site.categories.blog_professional %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}

🔗 elsewhere

🔗 mentees & collaborators

🔗 personal

    {% for post in site.categories.blog_personal %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}

🔗 recipes

    {% for post in site.categories.blog_recipes %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}