Hello World
This is a sample post to validate the MDX pipeline. It supports:
- Frontmatter for metadata
- Syntax highlighting via rehype-pretty-code
- Wikilinks like writing (resolved to internal links)
Here's a code block:
const greeting = "Hello from austinfischer.app";
console.log(greeting);More to come.