Post & Connect with Developers
- Read our Official Docs on ZemDocs
- This project can be locally executed on your machine in 4 simple steps!
Tip
NodeJS needs to be installed on your machine.
- Make a
Copy
of this Repository on your machine by using the followinggit command
in your terminal:
git clone https://github.com/Zemerik/Posts
Navigate
into the Project'sdirectory
by entering the followingcommand
in your terminal:
cd ZemShowcase
Install
the requiredDependencies
by usingNPM
:
npm i
- Start the
Development Server
through the followingcommand
:
npm run astro dev
- Fork a copy of this Repository on your Github account by clicking below,
- 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.
- 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!
-
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!
- 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.
For any kind of support or inforrmation, you are free to join our Discord Server,
Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)