Introduction
Welcome to my new blog! This is a test post to verify the content pipeline works.
Code Example
function greet(name: string): string {
return `Hello, ${name}!`;
}What's Next
Stay tuned for more posts about web development, projects, and more.