Blog

To edit the blog page, edit blog/index.html

Why isnt the blog page a markdown file? Because the Jekyll pagination plugin only works with HTML pages. You can still use front-matter on the index.html like a markdown file.

The blog page uses the layout: blog

The blog page automatically displays blog posts from the post collection.

Layouts

There are 3 different blog layouts available

  • blog
  • blog-2
  • blog-3

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