← Back to Writings

2026-08-01

Hello World

intropersonal

Welcome to My Blog

This is your first blog post. You can write in Markdown — add headings, lists, code blocks, images, and more.

Why I Built This Site

I wanted a place to share my thoughts and document my journey. This site is built with:

  • Next.js for the framework
  • Tailwind CSS for styling
  • Markdown for content
  • Vercel for hosting

What's Next

I plan to write about:

  1. Web development tips and tricks
  2. Books I'm reading
  3. Career reflections
  4. Technology reviews

Stay tuned for more!

// Example code block
function greet(name: string): string {
  return `Hello, ${name}!`;
}