--- layout: collection title: Blog permalink: Blog/ --- {% assign char-count = 500 %} {% for post in site.posts %}
{{ post.title }}

{% assign excerpt-text = post.content | markdownify %} {% assign excerpt-length = excerpt-text | number_of_words %} {{post.content | markdownify| truncate: char-count}} See More
{% endfor %}