Publishing Workflow - Simple

This is a simpler version of the publishing flow.

flowchart TD
    A[I write or update a note in Obsidian] --> B[The publish tool copies the notes that are safe to share]
    B --> C[The website folder is updated]
    C --> D[Quartz builds the website]
    D --> E[The website pages are created]
    E --> F[The site is uploaded to portfolio.johndray.com]

In plain English

  • I write in my main Obsidian vault.
  • The publishing workflow copies only the notes and files meant for the public site.
  • Quartz turns those notes into website pages.
  • The finished site is then uploaded online.