Grasppy

Welcome to the GRASPPY Journal

Gennady Batrakov · · 1 min read

This is a placeholder welcome post so the Astro build has at least one document to render while the real authoring pipeline is wired up.

The real posts live inside GRASPPY as Parts of a blog-purpose project. When a post is marked published and the check-in is approved, the VPS export handler writes it as a .md file into blog-src/src/content/posts/, pushes it to git, and Netlify rebuilds the site.

How the pipeline works

  1. Write the post as Chapters / Sections under a Part in My Journal
  2. Set metadata (slug, excerpt, tags, hero image) on the Part
  3. Toggle Publish on
  4. Approve the check-in
  5. The VPS handler exports the Markdown and pushes
  6. Netlify builds. The post is live at grasppy.com/blog/<slug>

That’s it. No manual Markdown editing, no touching the repo.