title permalink layout blog /blog/ page {% for post in site.posts %} {{ post.title }} {{ post.date | date: "%B %-d, %Y" }} {{ post.content | strip_html | truncatewords:30 }} {% endfor %}