Skip to main content
SolidBase

Frontmatter Config

TODO

Most of these are specific to the default theme and will be moved eventually.

https://github.com/kobaltedev/solidbase/blob/528eeb758f061a0e05afca1ff4a0b50843b86f07/src/client/page-data.ts#L56

Title

The page title is assigned from the title value:

---
title: Tab Title
---
# Page Title

The title is formatted from the config:

app.config.ts
/* 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: About
llms:
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: About
sitemap:
exclude: true
---

You can also write sitemap: false to exclude the page entirely.

Last updated: 3/19/26, 8:19 PM

SolidBaseFully featured, fully customisable static site generation for SolidStart
Community
githubdiscord