Post Sample · Posts · Kyrylo
Posts

Post Sample

· 1 min read · 163 words

This is a sample post. It lives at vault/Posts/How was my day.md in the Obsidian vault and was published automatically — no build steps, no copying files around.

How this got here

  1. Wrote this note in Obsidian
  2. Obsidian Git committed and pushed it to GitHub
  3. Vercel noticed the push and rebuilt the site
  4. It appeared on the Posts page, with its own URL

Things that work in posts

Regular bold, italic, and inline code. Links work too — both regular markdown links and Obsidian-style wiki links.

Blockquotes look like this.

Images pasted straight into Obsidian work as well, in both syntaxes:

![](/vault-assets/Posts/my-photo.png)        ← Obsidian embed
![caption](/vault-assets/Posts/my-photo.png) ← standard markdown

Just make sure Obsidian saves attachments in the same folder as the note (Settings → Files and links → Default location for new attachments → Same folder as current file).

Feel free to delete this note once your own posts are up — it will disappear from the site on the next sync.