Displays your social links
-
Fork the repository.
-
Create your own branch.
-
Modify the
users.json
file located in the/db
folder. -
Add your information to the array as an object.
//example
[
{
...old values
},
// your data here
{
"username": "john-doe",
"name": "John Doe",
"bio": "CEO @ Doe Technologies",
"image": "<your github image link>",
"tags": ["javascript", "python", "linux", "java"],
"socials": {
"facebook": "#",
"instagram": "#",
"github": "#",
"youtube": "#",
"portfolio": "#",
"linkedIn": "#"
}
}
]
-
Ensure that your username is unique and does not match any previous values in the file.
-
Create a
pull request
. -
Once your pull request is merged into the master branch, your socials page will be generated during build time.