Discover & Connect with Developers
- Fork a copy of this Repository on your Github account by clicking below,
- Clone your Forked Repository by using the following
GIT
command:
git clone https://github.com/[YOUR GITHUB USERNAME]/ZemProfiles.git
- Navigate into the Project's
Directory
by using the command below:
cd ZemProfiles
- Initialize a Remote to the original Repository by the following
GIT
command:
git remote add upstream https://github.com/Zemerik/ZemProfiles
- Create a new
branch
in which you can make your desired changes:
git checkout -b newprofile
- Create a new file in the
src/content/profiles
directory and name it[YOUR GITHUB USERNAME].mdx
- After Creating the file, paste the code snippet below and enter Your Details:
---
base: posts
title: Your Name
tags: [Skill 1, Skill 2, Skill 3, ...]
date: Today's Date
author: Name / Github Username
featuredImage: Image address of your Profile Picture
---
Add a short description of yourself here
Customize your Profile Post as you like using Markdown or HTML here.
Tip
You can refer to zemerik.mdx
file for help or inspiration if required.
- After you are happy with your Profile Post, add all your files to the Staging Area:
git add --all
- Commit your Changes:
git commit -m "Profile Addition: [Your Name]"
Note
Remember to have a good commit message!
- Push all your Changes:
git push origin newprofile
- Create a new Pull - Request on the Original Repository
Your Pull Request will be merged / reviewed as soon as possible
-
Don't Forget to Check out ZemShowcase & ZemPosts
- 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)