/ 1 MIN READ

Writing for the Web in Obsidian

How this site uses Obsidian as a CMS and what that workflow looks like in practice.

obsidian workflow writing

This is a sample longform article. Articles are distinct from devlog entries — they’re more editorial, less build-log.

The Setup

The content lives in an Obsidian vault that maps directly to the src/content/ directory in this repository. Each content type has its own folder and schema.

Why Obsidian

Obsidian’s local-first approach means content is just markdown files on disk. No database, no CMS admin panel, no API calls. The git repository is the source of truth.

Note

This is a sample article. Replace it with your real writing.