- Fork this repository
- Clone in your local
- Create a new branch using this convention
post/<post-name>
- On the new branch, create in
src/content/post/<entry-name>.mdx
yourmdx
entry, following this format:
---
publishDate: yyyy-mm-ddTHH:MM:ssZ
author: John Doe
title: Mock title
excerpt: Summary of your post
image: ~/assets/images/posts/banners/<entry-name>.jpg
category: Category
tags:
- tag1
- tag2
---