Frontmatter
Frontmatter is the metadata/attributes of markdown files.
Available arguments:
| Name | Required | Type | Description |
|---|---|---|---|
| title | Yes | string | The main heading of the page |
| metaTitle | Yes | string | Used for the title of the page |
| order | No | string | The sort order of this page relative to others in the left menu |
| defaultExpandedFrom | No | date | Can be used to expand sections of the left menu during certain periods. Both defaultExpandedFrom and defaultExpandedTo must be set for this to work |
| defaultExpandedTo | No | date | Can be used to expand sections of the left menu during certain periods. Both defaultExpandedFrom and defaultExpandedTo must be set for this to work |
| container | No | string | If the page is just a container for other pages this can be set to change how the left menu works when clicking the container page. |
| hideInNavigation | No | bool | Controls if the page should be visible in the menu |