hello-world.md — sarvaeshhh.com

Hello World: My First Portfolio Post

2026-03-22 · 1 min read

Welcome to my Blog!

This is a sample post written in Markdown. It uses gray-matter for parsing frontmatter and markdown-it for rendering the body.

Why Markdown?

Markdown is great because:

  1. It's easy to read and write.
  2. It's platform-independent.
  3. It keeps content decoupled from the presentation layer.
console.log("Hello from my blog!");

I hope you enjoy following along with my journey!