Overhaul of roots.json
This commit is contained in:
parent
6949054197
commit
89456c8f16
1 changed files with 44 additions and 19 deletions
|
@ -1,30 +1,55 @@
|
||||||
{
|
{
|
||||||
"title": "mikwee's online presence",
|
"title": "LinkRoots Example",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"type": "twitter",
|
"type": "facebook",
|
||||||
"url": "https://twitter.com/toon_mikwee",
|
"url": "https://facebook.com",
|
||||||
"text": "My Twitter Account"
|
"text": "Facebook"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "twitter",
|
|
||||||
"url": "https://twitter.com/NCILCulture",
|
|
||||||
"text": "No Context Israeli Culture"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "reddit",
|
|
||||||
"url": "https://reddit.com/u/mikwee",
|
|
||||||
"text": "My Reddit Account"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "tumblr",
|
|
||||||
"url": "https://mikwee.tumblr.com",
|
|
||||||
"text": "My personal Tumblr blog"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "instagram",
|
"type": "instagram",
|
||||||
"url": "https://instagram.com",
|
"url": "https://instagram.com",
|
||||||
"text": "Instagram"
|
"text": "Instagram"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "twitter",
|
||||||
|
"url": "https://twitter.com/toon_mikwee",
|
||||||
|
"text": "Twitter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com",
|
||||||
|
"text": "GitHub"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "youtube",
|
||||||
|
"url": "https://youtube.com",
|
||||||
|
"text": "YouTube"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "linkedin",
|
||||||
|
"url": "https://instagram.com",
|
||||||
|
"text": "LinkedIn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "pinterest",
|
||||||
|
"url": "https://instagram.com",
|
||||||
|
"text": "Pinterest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tumblr",
|
||||||
|
"url": "https://mikwee.tumblr.com",
|
||||||
|
"text": "Tumblr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "reddit",
|
||||||
|
"url": "https://reddit.com/u/mikwee",
|
||||||
|
"text": "Reddit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "basic",
|
||||||
|
"url": "https://mikwee.tumblr.com",
|
||||||
|
"text": "Basic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue