mono:manual

⡗⢺ Extra frontmatter

Mono supports YAML frontmatter in Markdown files.

Note: Frontmatter is always removed from the rendered output for security reasons. However, you should still avoid including sensitive information, as Mono is still in development.

*Some properties are not yet implemented (marked with WIP)

Supported properties

Property Type Description
title string Sets page title (SEO)
description string Sets page description (SEO)
password string Enables password protection

Property title (WIP)

Sets page title. For display in embeds. (File name by default)

Property description (WIP)

Sets page description. For display in embeds. (empty by default)

Property password

Enables password protection that requests a password from visitors.

EXAMPLE (password is: mono)