Skip to main content

Write a blog post

  1. Create a file in website/blog/ named YYYY-MM-DD-your-slug.mdx.
  2. Add front matter:
---
slug: your-slug
title: Your title
authors: [sudip]
tags: [playbook]
---

Lead paragraph shown on the listing.

{/* truncate */}

Body of the post…
  1. Register new tags in website/blog/tags.yml when needed.
  2. Preview locally with npm start inside website/.
  3. Merge to main — GitHub Actions publishes to /blog/.

Discussion

Comments

Share feedback or questions about this page. No account required.

Loading comments…