Editing / Editors
Front Matter
Front matter is a Jekyll feature to set custom variables for a page. Variables are defined in YAML between triple dashed lines at the top of a file. Access the variables in the page with Liquid. For example:
---
title: Home
---
...
<title>{{ page.title }} - Lion Wear</title>
...
CloudCannon provides an easy-to-use editor for front matter. Use the Toggle Settings button at top right of the Visual Editor or Content Editor to access it.
The inputs shown are dependent on your keys and values. See Inputs for a list of choices to tune the experience.