Creating a post series

Published: Jan 6, 2024 by Shane Chambers

From version 0.12, you can now make a post a part of a series of posts, linking to the other posts in the series, by creating a series data file and then setting the series in each of the post’s front matter.

The current post in the list is highlighted to help give context of where you are in the series.

Blog Series Data File

Start by creating a yml file in the _data directory, for example my_blog_series.yml. Give the series a title and, optionally, a description.

Sections

Next add sections. Each section can have a label (optional) and items. Each item is the title of an existing blog post. If the title is not found then the link will be empty.

If you just want one list without labels, then omit the label and just add the items.

title: The series title
sections:
  - items:
      - title: Why use a static site generator
      - title: Getting started with Bulma Clean Theme for Jekyll

Here is a full example with multiple sections with labels.

title: The series title
description: The series description text
sections:
  - label: The first section
    items:
      - title: Why use a static site generator
      - title: Getting started with Bulma Clean Theme for Jekyll
  - label: Another section
    items:
      - title: Introducing some new layouts to Bulma Clean Theme
      - title: Creating a docs site with Bulma Clean Theme
      - title: Creating a post series

Update your posts

Finally, add the series setting to your front matter in each post you want the series to show in.

series: my_blog_series
golf jekyll blog

Share

Latest Posts

Golf in Colorado
Golf in Colorado

Colorado is where I started the journey to 50 states it holds a lot of cherished memories, and has some beautiful landscape

Golf Courses South West
Golf Courses South West

After my second time through CO, I started heading south and an absoulte gem in New Mexico is Black Mesa. It was like playing 3 different courses. Beautiful views, extremely well maintained, amazing staff, and in the fall you can get some banging shots.

Golfing 50 States Map
Golfing 50 States Map

See every course I played on the exact path I took driving, or flying around the country.