about
Version:
Your about page in the terminal
23 lines (22 loc) • 370 B
JSON
{
"name": "Your Name",
"about": "Your Name is awesome ;)",
"links": [
{
"label": "Website",
"url": "https://example.com"
},
{
"label": "Twitter",
"url": "https://twitter.com/"
},
{
"label": "GitHub",
"url": "https://github.com/"
},
{
"label": "Blog",
"url": "https://dev.to/"
}
]
}