mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Add contact data
This commit is contained in:
parent
ee9123d847
commit
59148dccda
24
data/contact.json
Normal file
24
data/contact.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user