A command-line tool to generate your own "linktree-like" website.
npm i -g linkshelf
> linkshelf [config] [outDir]
Example:
> linkshelf myconfig.json dist
Here is an example configuration
{
"profilePicture": "https://pbs.twimg.com/profile_images/1380814586811711492/INwiwIpB_400x400.jpg",
"name": "YCM Jason",
"links": [
{
"title": "Github",
"url": "https://github.com/ycmjason"
},
{
"title": "Youtube",
"url": "https://www.youtube.com/channel/UC5dnaJZdEShWfZOwSCXNGcA"
}
]
}
YCM Jason