Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 771 Bytes

File metadata and controls

27 lines (24 loc) · 771 Bytes

Developer documentation

Using Obsidian to write docs, using Quartz to transfer it to a website

View locally

npm i
quartz build --serve

synchronize

npx quartz sync

Updating quartz

npx quartz update

Restoring content from cache, if merge conflict

npx quartz restore

Authoring Content

  • 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