MaenExists

Entry

Shipping fast with Markdown

A lightweight publishing workflow beats a heavy CMS when the writing path is already clean.

The fastest writing setup is the one that does not interrupt the sentence you are trying to finish.

For this blog, that means:

  • every post lives in contents/blog
  • frontmatter stays predictable
  • the site builds from plain Markdown
  • deployment happens from Git

That is enough infrastructure for a personal site.

The rest of the speed comes from habit:

  1. Create the post.
  2. Write the draft.
  3. Commit the file.
  4. Push.

The interface should never ask for more than the writing itself requires.