β Back to blog
My writing toolchain
From capturing an idea to publishing, how I automate the writing flow.
The hardest part of writing was never the writing β itβs starting and not losing drafts. My pipeline is plain:
- An idea hits β drop it into a plain-text note on my phone
- Weekends β consolidate into Markdown, into
src/content/blog/ - Push to Git β CI builds and publishes
No database, no admin panel; files are the source of truth. The downside is no rich editing on mobile, the upside is these .md files still open in ten years.
The lighter the tool, the easier to keep going.