From 4f664903e212bc3dee1db2b0662b72f79a12fa84 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Sat, 28 Sep 2019 20:14:29 +0800 Subject: [PATCH] Update contacts --- data/contact.json | 24 ------------------------ data/contacts.json | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 data/contact.json create mode 100644 data/contacts.json diff --git a/data/contact.json b/data/contact.json deleted file mode 100644 index ffc5775..0000000 --- a/data/contact.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file diff --git a/data/contacts.json b/data/contacts.json new file mode 100644 index 0000000..20277da --- /dev/null +++ b/data/contacts.json @@ -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" + } +] \ No newline at end of file