Post

post pages are part of the posts collection. You can add, delete and edit these pages in the _collections/posts folder.

post pages are automatically listed on the blog page

They are also displayed on the home page if you enable the posts section in the home page frontmatter (this is enabled by default).

Frontmatter

# collections/_posts/2022-02-13-improving-page-speed.md

---
layout: post
title: "Improving page speed"
date: 2022-02-13T09:49:03Z
authors: ["Jodi Harmon"]
categories: ["Seo", "Development"]
description: Faster website download speeds have been shown to increase visitor retention and loyalty and user satisfaction, especially for users with slow internet connections and those on mobile devices.
thumbnail: "/assets/images/gen/blog/blog-18-thumbnail.webp"
image: "/assets/images/gen/blog/blog-18.webp"
comments: false

meta_title: Improving page speed with Jekyll
meta_description: Learn how to improve your Jekyll page speed with these practical tips for your blog.
meta_image: "/assets/images/og/og-twitter-blog-image.webp"
---

Layouts

There are 3 different blog layouts available

  • post
  • post-2
  • post-3

You can change a posts layout by changing the layout frontmatter ie layout: post-2