This is a starter post so you can see how the blog renders. Delete it once you've written your first real post.
How to publish a post
- Create a new file in
content/blog/named after the URL you want, e.g.my-first-deal.mdbecomes/blog/my-first-deal. - Add the frontmatter block at the top (between the
---lines): atitle,date, andexcerptare all you need. - Write the body in Markdown below it.
- Commit and push to GitHub. Vercel builds and publishes it automatically.
Set draft: true in the frontmatter to keep a post saved but unpublished.
Formatting you can use
Regular paragraphs just work. You can bold, italicize, and link out.
Lists
- Bullet points
- Like this
- Or numbered
- Steps
Quotes and images
Pull a quote out like this when it matters.
Drop an image by putting the file in public/blog/ and referencing it:

Bigger headings
Use ## for section headings and ### for subsections. The page title comes from the frontmatter, so start your body at ##.
That's everything. Duplicate this file, clear it out, and write.