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:
- Web development tips and tricks
- Books I'm reading
- Career reflections
- Technology reviews
Stay tuned for more!
// Example code block
function greet(name: string): string {
return `Hello, ${name}!`;
}