First post — from Obsidian.md

Not AI related, but this is what allows me to streamline the publishing process

Created: May 4, 2025

Obisidian.md is an app that allows to create interlinked notes. All of them are stored in a vault and could be seen in a cool graph view:

Notes in Obsidian use a Markdown format, and the same format is used for content created via the Static Site Generator called Eleventy, which I use for this website. So I decided to make sure I'll be able to publish content directly from my Obsidian app to the site.

Here's how it works:

  1. Cloudflare Pages is used to actually store my website and deliver it to the people (and AI crawlers)
  2. Github — stores all the source code. Cloudflare gets content from this repo and uses it to render actual HTML pages
  3. Obsidian — syncs content I write on my computer with Github using a plugin called Git.

This means that after I will finish writing this post, I'll select a menu called Commit-and-sync, and the note text will be automatically sent to Github. From there, Cloudflare will take it and render the actual web page you see.