Building a Series: Part 1
This post kicks off a small two–part series demonstrating the new post series feature just added to this blog. Series let you group related posts and navigate them in order.
In this first part we cover motivation and schema changes:
- Added optional
seriesslug and numericseriesIndexto blog frontmatter. - Created
/seriesindex and/series/[series]dynamic listing pages. - Enhanced individual posts with intra–series navigation and a list of all parts.
In Part 2 we will look at best practices for structuring longer series and retrofitting older content.
- Part 1: Building a Series: Part 1
- Part 2: Building a Series: Part 2