content:

  • root: /content/
  • homepage: content/index.md
  • processor: Quartz
  • editor: Obsidian
  • local_preview: npx quartz build --serve
  • reference: build reference

Syntax

supported_syntax:

frontmatter:

  • purpose: metadata
content/note.md
---
title: Example Title
draft: false
tags:
  - example-tag
---
 
The rest of your content lives here. You can use Markdown here :)

Supported Frontmatter Fields

fields:

  • title: page title; defaults to filename
  • description: link-preview description
  • permalink: permanent custom URL
  • aliases: alternative names
  • tags: tags
  • draft: set true for private pages
  • date: publish date; YYYY-MM-DD
  • complete_reference: Frontmatter

Syncing

sync:

Customization

plugins: