Welcome to My Blog

January 2, 2026 (1w ago)

Welcome to My Blog

This is a demo blog post that showcases the blog functionality of this portfolio website.

Features

  • Markdown Support: Write posts using MDX
  • Syntax Highlighting: Code blocks with beautiful syntax highlighting
  • Responsive Design: Looks great on all devices

Code Example

Here's a simple TypeScript example:

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("World"));