Skip to content

Intro

You can also configure both the sitemap generation, graph and backlinks rendering by specifying frontmatter for individual pages. These will always have precedence on any other configuration.

In general, the frontmatter options are:

src/content/docs/my-page.md
---
title: My Page
links: [], // See "Sitemap Frontmatter"
tags: [], // ...
sitemap: ... // ...
graph: ... // See "Graph Frontmatter"
backlinks: ... // See "Backlinks Frontmatter"
---
My page content goes here!

Sections