Obsidiary
Publish an Obsidian vault as a fast, linked, free website.
These docs are themselves an Obsidian vault, published with Obsidiary. If something here looks broken, the product is broken.
Start here
- Setup — from nothing to a deployed site, step by step
- Deploying — Cloudflare, Vercel, Netlify, GitHub Pages
- Notes in their own repo — the interesting configuration
- Publishing only some notes — read this before making a vault public
- Syntax — everything Obsidiary understands
The short version
npm create obsidiary@latest my-notes
cd my-notes
npm install
npm run dev
Put markdown in vault/, or point the config at a GitHub repository instead.
Then deploy — see Deploying.