Hello from MDX
A first TimberJS page written in MDX with frontmatter.
This page lives at app/blog/hello/page.mdx, so Timber routes it to
/blog/hello.
- Markdown keeps posts easy to write.
- Frontmatter gives each post structured metadata.
- JSX lets you drop React-flavored pieces into the prose.