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:
- Create the post.
- Write the draft.
- Commit the file.
- Push.
The interface should never ask for more than the writing itself requires.