Abbreviated mostly from here.
title: Title of the page. If it isn’t provided, Quartz will use the name of the file as the title.description: Description of the page used for link previews.aliases: Other names for this note. This is a list of strings.tags: Tags for this note.draft: Whether to publish the page or not. (Page will still be in the repository (?)).cssclasses: For adding custom CSS, for example RTL support (see My Quartz Configuration).These are added as properties in the following format at the start of a document:
1---
2title: Example Title
3draft: false
4tags:
5 - example-tag
6---
7
8The rest of your content lives here. You can use **Markdown** here :)