Writing

Writing with Obsidian

How this site is published from Markdown.

June 8, 2022

Obsidian is an app for creating interlinked notes stored in a local vault. This website uses the same Markdown format, rendered by the static site generator Eleventy, so writing can move directly from my notes to the site.

The publishing flow is simple:

  1. I write an article in Markdown.
  2. GitHub stores the source.
  3. Cloudflare Pages builds and publishes the site.

That keeps the writing portable, transparent, and under my control.