A short sample post showing the MDX blog setup.
This site ships with MDX so you can write posts in content/blog with frontmatter for titles, dates, and Open Graph images.
What you can do
- Use familiar Markdown with JSX when you need components
- Add code with fenced blocks
- Keep images under
public/and reference them as absolute paths
export function greet(name: string) {
return `Hello, ${name}`;
}
Swap the placeholder SVG in ogImage for a 1200×630 PNG or JPG when you are ready for social cards.