Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 701 Bytes

blog.md

File metadata and controls

27 lines (25 loc) · 701 Bytes
layout title permalink
page
Blog
/blog/

Here you'll find blogs on multiple ML topics.

    {% for post in site.blogs %}
  • {{ post.date | date: "%B %-d, %Y" }} • {% capture words %}{{ post.content | number_of_words }}{% endcapture %} {% unless words contains "-" %} {{ words | plus: 250 | divided_by: 250 | append: " minute read" }} {% endunless %}

    {% if site.show_excerpts %} {{ post.excerpt }} {% endif %}
  • {% endfor %}