Write a blog post
- Create a file in
website/blog/namedYYYY-MM-DD-your-slug.mdx. - Add front matter:
---
slug: your-slug
title: Your title
authors: [sudip]
tags: [playbook]
---
Lead paragraph shown on the listing.
{/* truncate */}
Body of the post…
- Register new tags in
website/blog/tags.ymlwhen needed. - Preview locally with
npm startinsidewebsite/. - Merge to
main— GitHub Actions publishes to/blog/.
Discussion
Comments
Share feedback or questions about this page. No account required.
Loading comments…