Documentation
Here you should find everything you need from getting started with creating your Profile to more advanced topics. We welcome contributions, check out the LinkFree Repo and the documentation source and the on GitHub for more information.
Statistics
This will show the number of people who have viewed your Profile, as well as the number of people who have clicked on the links you have on your Profile.
Enable Statistics
To enable statistics on your Profile, you need to make a change to your json
file.
- Find your
json
file in thedata
folder using your GitHub username, for exampledata/sarajaoude.json
If you need help on how to edit this file, please see the Editing Guide
- Add another field under your name that is
displayStatsPublic
this will need the valuetrue
and it should look like this:
{
"name": "Sara Jaoude",
"displayStatsPublic": true,
"type": "personal",
"bio": "Lawyer turned **Digital Nomad**. Travel enthusiast Yoga & Peloton aficionado",
"avatar": "https://github.com/SaraJaoude.png",
}
- Now you can commit your file and create a Pull Request, for more details please see Editing Guide