From 59148dccda3c698f0eae44b1a629ebcb13e94e8e Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 2 Sep 2019 01:54:24 +0800 Subject: [PATCH] Add contact data --- data/contact.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/contact.json diff --git a/data/contact.json b/data/contact.json new file mode 100644 index 0000000..ffc5775 --- /dev/null +++ b/data/contact.json @@ -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" + } + ] +} \ No newline at end of file