Pinned Post Example: How to Use pinned

· 1 min read ·

This is a pinned post example

If you set this in your post frontmatter:

  • pinned: true

This article will be prioritized in the following lists:

  • Home Recent Posts
  • Writing page
  • Tag page post lists
  • 404 recommended posts
  • RSS / search index ordering

When should you pin a post?

  • Site navigation notes
  • Beginner onboarding guides
  • Series overview posts
  • Important announcements

Quick copy template

You can use this directly in a new post:

title: "Your post title"
date: "04/20/2026"
frontmatter: "One-line summary"
tags: ["general"]
pinned: true

After saving, visit /writing or the home page to see the pinned effect.