Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 2.81 KB

CONTRIBUTING.md

File metadata and controls

109 lines (70 loc) · 2.81 KB



ZemPosts

Post & Connect with Developers

  • Read our Official Docs on ZemDocs

🏃‍♂️ Locally Running:

  • This project can be locally executed on your machine in 4 simple steps!

Tip

NodeJS needs to be installed on your machine.

  1. Make a Copy of this Repository on your machine by using the following git command in your terminal:
git clone https://github.com/Zemerik/Posts
  1. Navigate into the Project's directory by entering the following command in your terminal:
cd ZemShowcase
  1. Install the required Dependencies by using NPM:
npm i
  1. Start the Development Server through the following command:
npm run astro dev

➕ 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/blog 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:

  • 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 Visiting🙏

Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)