Hello World
Sean Marchetti··1 min read
On this page
Welcome to the blog. This is the first post, testing the MDX content pipeline.
Code Example
Here's some TypeScript:
function greet(name: string): string {
return `Hello, ${name}!`
}
What's Next
More posts coming soon. Stay tuned.