Skip to content

reny-pacheco/socials

Repository files navigation

Social Links Page

Displays your social links

alt Sample Page

Adding your own page

  1. Fork the repository.

  2. Create your own branch.

  3. Modify the users.json file located in the /db folder.

  4. 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": "#"
        }
    }
]
  1. Ensure that your username is unique and does not match any previous values in the file.

  2. Create a pull request.

  3. Once your pull request is merged into the master branch, your socials page will be generated during build time.

Releases

No releases published

Packages

No packages published