Update contacts

This commit is contained in:
foo-dogsquared 2019-09-28 20:14:29 +08:00
parent ab8cb7c892
commit 4f664903e2
2 changed files with 22 additions and 24 deletions

View File

@ -1,24 +0,0 @@
{
"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"
}
]
}

22
data/contacts.json Normal file
View File

@ -0,0 +1,22 @@
[
{
"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"
}
]