-
Notifications
You must be signed in to change notification settings - Fork 7
Adding a Profile
Param Siddharth edited this page Feb 10, 2022
·
3 revisions
To add your profile to the website, follow the following steps:
-
Create a new branch in the repository. You can name it anything.
-
Inside a new directory in the
public/users
directory, named the same as your GitHub username (cAsE-sEnSiTiVe), Create 2 files:-
info.yml
name: Chintu Pandey # Your full name here university: Dholakpur University # The university you belong to location: Dholakpur, Sindhu Pradesh # Your location country: India # Your country (most probably India) email: chintu@dholak.pur # Your e-mail address avatar: https://www.dholak.pur/chintu.png # A nice photo skills: [C++, Java, Python, HTML, CSS, JS] # Your skills communities: [Dholak Club, DSC Dholakpur] # Your clubs and communities social: # Add all your social links below - name: Website url: https://www.chintu.pandey - name: Twitter url: https://... - name: Instagram url: https://... - name: YouTube url: https://... - name: LinkedIn url: https://... - name: GitHub url: https://github.com/... - name: Blog url: https://... # You can similarly add more if you want!
-
about.md
Hi! I am Chintu from Dholakpur and I love jalebies! In this file, write an awesome bio to tell others about yourself! You can: - Use all Markdown features. - Add [links](https://example.com) - Add images: ![Lamp](https://picsum.photos/200/300) - Mention a GitHub user: @ghost.
Now you must have 2 new files in the new branch:
public/users/your-username/info.yml public/users/your-username/about.md
-
-
Create a pull request from that branch to the
main
branch. -
Wait for the test(s) to finish and merge the PR!
Congratulations! You are now listed on the Campus Experts India website.