linkroots/src/roots.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2021-10-13 14:56:16 +00:00
{
2021-11-22 20:03:26 +00:00
"title": "LinkRoots Example",
2021-10-14 15:56:51 +00:00
"links": [
{
"type": "basic",
"url": "https://mikwee.tumblr.com",
"text": "Basic"
},
2021-11-22 20:03:26 +00:00
{
"type": "facebook",
"url": "https://facebook.com",
"text": "Facebook"
},
{
"type": "instagram",
"url": "https://instagram.com",
"text": "Instagram"
},
2021-10-13 14:56:16 +00:00
{
"type": "twitter",
2021-10-14 15:56:51 +00:00
"url": "https://twitter.com/toon_mikwee",
2021-11-22 20:03:26 +00:00
"text": "Twitter"
2021-10-13 14:56:16 +00:00
},
{
2021-11-22 20:03:26 +00:00
"type": "github",
"url": "https://github.com",
"text": "GitHub"
2021-10-13 14:56:16 +00:00
},
{
2021-11-22 20:03:26 +00:00
"type": "youtube",
"url": "https://youtube.com",
"text": "YouTube"
},
{
"type": "linkedin",
"url": "https://instagram.com",
"text": "LinkedIn"
},
{
"type": "pinterest",
"url": "https://instagram.com",
"text": "Pinterest"
2021-11-10 14:31:38 +00:00
},
{
"type": "tumblr",
"url": "https://mikwee.tumblr.com",
2021-11-22 20:03:26 +00:00
"text": "Tumblr"
},
{
2021-11-22 20:03:26 +00:00
"type": "reddit",
"url": "https://reddit.com/u/mikwee",
"text": "Reddit"
2021-10-13 14:56:16 +00:00
}
]
}