ZemPosts ZemPosts

How to Contribute to ZemPosts?

1 min read

โž• Adding your Post:

  1. Fork a copy of this Repository on your Github account by clicking below,
  1. Head over to your Forked Repository, and locate the src/content directory. Create a new file, and name it [Post Title].mdx

[!Note] Remember to replace [Post Title] with your actual Post Title.

  1. Add the following code snippet in the file,
---
layout: ../../layouts/BlogPost.astro
title: POST TILE HERE
description: POST DESCRIPTION HERE
pubDate: Month/Day/Year
---

[!Note] Keep the POST TITLE and POST DESCRIPTION short and concise!

  1. Write your Post Content after the Code Snippet which you just copied using Markdown or HTML.

  2. Save the file in which you have wrote your post content, and open a pull-request on this repository. Your PR will be merged/reviewed as soon as possible!

๐ŸžBug/Issue/Feedback/Feature Request:

๐Ÿ’ Support:

For any kind of support or inforrmation, you are free to join our Discord Server,

Thanks for Reading๐Ÿ™