Featured
Hello World
A starter post demonstrating MDX, code blocks, math, and custom components.
1 min read
Welcome to the blog. This post exercises the content pipeline: Markdown, fenced code, math, and custom MDX components.
Code blocks
export function greet(name: string) {
return `Hello, ${name}!`;
}
console.log(greet("Jay"));Math
Inline math uses .
Display math:
Custom components
Closing
More posts will land here as the portfolio grows.