Publish Obsidian notes to a Quartz v4 digital garden.

Site

URL: https://garden.emacsbliss.com/

How to Use

Add publish: true to an Obsidian note’s YAML frontmatter, then ask Hermes to publish it. Example:

“publish Travel/Yosemite-Highway1-2026-Trip-Plan”

How It Works

  1. Mark for publishing — Add publish: true to the note’s frontmatter
  2. Syncobsidian-to-quartz copies the note (and any attachments) to the Quartz content folder
  3. Buildnpx quartz build generates the static site
  4. Verify — Curl check confirms the page is live

Architecture

  • Quartz repo: ~/repo/quartz-site/ (v4.5.2)
  • Source vault: Roam (~/repo/Obsidian/Roam/)
  • Serving: Caddy on port 8087 → Cloudflare Tunnel
  • Theme: Warm cream palette (from jzhao.xyz)

Related