Using Obsidian to write docs, using Quartz to transfer it to a website
npm i
quartz build --serve
npx quartz sync
npx quartz update
npx quartz restore
title
: Title of the page. If it isn’t provided, Quartz will use the name of the file as the title.aliases
: Other names for this note. This is a list of strings.draft
: Whether to publish the page or not. This is one way to make pages private in Quartz.date
: A string representing the day the note was published. Normally uses YYYY-MM-DD format