diff options
| author | Fuwn <[email protected]> | 2022-06-15 02:33:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 02:33:02 -0700 |
| commit | 500ebe9ce62ab4e2c18c520b905d194cf411b8d8 (patch) | |
| tree | 6888fbf94c886ad4710ec758ccbd5e8f8263f2a2 /content/json | |
| parent | fix(skills): remove unused unused (diff) | |
| download | locus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.tar.xz locus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.zip | |
feat(contact): move contact to json
Diffstat (limited to 'content/json')
| -rw-r--r-- | content/json/contacts.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/json/contacts.json b/content/json/contacts.json new file mode 100644 index 0000000..62d5c6d --- /dev/null +++ b/content/json/contacts.json @@ -0,0 +1,13 @@ +{ + "Social Media": { + "GitHub": "https://github.com/Fuwn", + "GitLab": "https://gitlab.com/Fuwn", + "Discord": "https://discord.com/users/fun#1337", + "Twitter": "https://twitter.com/Fuwnr", + "YouTube": "https://youtube.com/Fuwnr", + "Matrix": "https://matrix.to/#/@fuwn:matrix.org" + }, + "Email": { + "[email protected]": "mailto:[email protected]" + } +} |