How to Contribute to ZemPosts?
1 min read
โ Adding your Post:
- Fork a copy of this Repository on your Github account by clicking below,
- 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.
- 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
andPOST DESCRIPTION
short and concise!
-
Write your Post Content after the Code Snippet which you just copied using
Markdown
orHTML
. -
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:
- If you would like to report a bug, a issue, implement any feedack, or request any feature, you are free to do so by opening a issue on this repository. Remember to give a detailed explanation of what you are trying to say, and how it will help the website.
๐ Support:
For any kind of support or inforrmation, you are free to join our Discord Server,
Thanks for Reading๐