Hello Markdown Blog
This is an example post written in Markdown.
- Add new posts by dropping a
.md
file in/blog
- Include frontmatter at the top
- Deploy to Vercel, and it will auto-build
Features
Our blog supports:
- Frontmatter for metadata
- GitHub Flavored Markdown with syntax highlighting
- Static Site Generation for fast loading
- Draft posts that won't be published
Code Example
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
This is a blockquote to show off some styling.
Happy blogging! 🎉