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 on GitHub for more information.
Testimonials
Show off the great feedback you have received.
Giving a Testimonial
You can give a Testimonial for another LinkFree user by going to their Profile and clicking on the "Add testimonial" button. This will take you to GitHub issue with the fields pre-populated for that user and you can fill in your testimonial.
The issue will look like this:
NOTE: Don't have a LinkFree account but want to give a testimonial? Do not worry! Log in to your GitHub account (if you don't have one, check out Eddie's Course to help you) and follow the steps above.
Manually adding a Testimonial
Also you can add a Testimonial manually by creating the json
file data/USERNAME/testimonials/YOUR-USERNAME.json
with the content:
{
"title": "Founder of an Amazing Community",
"description": "Eddie founded EddieHub, an opensource community, which sparked my interest in all things FOSS and FOSH. Eddie's YouTube videos are also inspiring, especially the livestreams, where one can really see the community come together. My number one recommendation to anyone who's starting their opensource journey :sparkles:",
"date": "2022-26-11"
}
Including a Testimonial on your Profile
If you receive a Testimonial, you can include this in the Testimonial section of your Profile.
You can do this by including the usernames of the testimonials you wish to show on your profile with the following json
code:
"testimonials": [
"CBID2",
"Akshu-on-github",
"ZeeMonk-pixel",
"krupalitrivedi"
]