Content Management

Front Matter


Front matter is a section at the beginning of a markdown file, where key-value pairs can be defined to influence the rendering process. This provides flexibility for setting metadata or custom properties.

Example

---
title: "My Page"
description: "This is my page"
custom: "This is a custom front matter value"
---

## My page

This is my page

Every user-defined front matter property is accessible as a context variable within your page template.