Add contact data

This commit is contained in:
foo-dogsquared 2019-09-02 01:54:24 +08:00
parent ee9123d847
commit 59148dccda

24
data/contact.json Normal file
View File

@ -0,0 +1,24 @@
{
"list": [
{
"id": "twitter",
"url": "https://twitter.com/foo_dogsquared",
"name": "Twitter"
},
{
"id": "github",
"url": "https://github.com/foo-dogsquared/",
"name": "GitHub"
},
{
"id": "gitlab",
"url": "https://gitlab.com/foo-dogsquared/",
"name": "GitLab"
},
{
"id": "keybase",
"url": "https://keybase.io/foo_dogsquared",
"name": "Keybase"
}
]
}