Test Series

Test Series

@ ashton
1 min read
test-series

Test Series Overview

Welcome to this multi-part test series! This series demonstrates the subposts functionality and showcases various typography elements.

Series Overview

What This Series Covers

This is a parent post with multiple subposts. The subposts sidebar should appear on the left, showing all parts in the series.

Key Features Demonstrated

  1. Subpost navigation sidebar - Easy navigation between parts
  2. Parent/child relationships - Automatic detection based on folder structure
  3. Typography styling - Headings, paragraphs, lists, and more

Series Structure

The series is organized into three parts:

PartTitleFocus
1Getting StartedIntroduction and basics
2Advanced TopicsDeeper concepts
3ConclusionSummary and wrap-up

Note: Click through to each part to see the subpost navigation in action!

Code Example

Here’s a quick code snippet to demonstrate syntax highlighting:

// Example function
function greet(name) {
console.log(`Hello, ${name}!`);
return true;
}

Ready to dive in? Click on Part 1 in the sidebar to get started!