Frontmatter
You can customize individual blog posts by setting values in their frontmatter.
Frontmatter fields
title
(required)
Type: string
The title of the blog post which will be displayed at the top of the page and in the blog post list.
date
(required)
Type: Date
The date of the blog post which must be a valid YAML timestamp. Posts are sorted by descending date in the blog post list.
excerpt
Type: string
The excerpt of the blog post used in the blog post list and tags pages. If not provided, the entire blog post content will be rendered.
authors
Type: StarlightBlogAuthorsConfig
The author(s) of the blog post. Check the “Authors” guide for more informations.