--- layout: page title: Blog metatitle: Jekyll SEO Boilerplate Blog description: "Search-optimized Jekyll static site boilerplate. Includes basic pages and posts layouts, json-ld Schema for WebPage, BlogPosting, a sitemap.xml file, blog feed, and frontmatter fields mapping to on-page metadata head.html markup." sitemap: lastmod: 2020-05-14 24:00:00 +0000 priority: 1.0 ---

Blog

Search-optimized Jekyll static site boilerplate. Includes basic pages and posts layouts, json-ld Schema for WebPage, BlogPosting, a sitemap.xml file, blog feed, and frontmatter fields mapping to on-page metadata head.html markup.

{% for post in site.posts %}

{{post.title}}

{{post.description | truncate: 175}}

{% endfor %}