Hello World
Welcome to the site. This is a placeholder article to verify that content collections and MDX imports are wired up correctly.
Here’s a quick code example to verify syntax highlighting is working:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
More content will follow.