name | description |
---|---|
Toggled Metadata |
Set metadata for Toggled. |
Every page requires a title. You provide this to Toggled by placing this snippet at the top of each MD or MDX file.
---
name: YOUR_PAGE_NAME
description: YOUR_PAGE_DESCRIPTION
---
To apply a custom favicon for all pages, you can apply it like this to your toggled.json file:
"favicon": "Toggled.png"