Frontmatter Config
TODO
Most of these are specific to the default theme and will be moved eventually.
Title
The page title is assigned from the title value:
---title: Tab Title---
# Page TitleThe title is formatted from the config:
/* SolidBase options */{ titleTemplate: ":title – SolidBase",}Layout
More options such as layout are available in the Default Theme reference.
LLMs
The llms frontmatter key controls whether a page is included in generated LLMS documents.
---title: Aboutllms: exclude: true---You can also write llms: false to exclude the page entirely.
Sitemap
The sitemap frontmatter key controls whether a page is included in generated sitemap output.
---title: Aboutsitemap: exclude: true---You can also write sitemap: false to exclude the page entirely.
Last updated: 3/19/26, 8:19 PM