Your blog is just markdown now

Keeping a blog alive is usually where good intentions go to die. You set up a separate site, wrestle with a static site generator, learn its templating language, wire up deploys, and a month later writing a single post feels like a chore you keep putting off.

Documentation Page changes that. Your blog now lives right next to your code, as plain markdown files in your project. To publish, you write a .md file and push. That's the whole workflow.

Why this is great

Genuinely low effort

Here's a complete post:

# We shipped dark mode

It's been the most requested feature for months, and today it's here...

That's it. No front matter required: the title comes from the heading, the description and preview image fall back to sensible defaults, and the date can come from the file name. Add those fields only when you want to override them.

The best blog is the one you'll actually keep writing. Now maintaining yours is as easy as dropping a markdown file into your project. Go write something.