aboutsummaryrefslogtreecommitdiff
path: root/content/json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-15 02:33:02 -0700
committerFuwn <[email protected]>2022-06-15 02:33:02 -0700
commit500ebe9ce62ab4e2c18c520b905d194cf411b8d8 (patch)
tree6888fbf94c886ad4710ec758ccbd5e8f8263f2a2 /content/json
parentfix(skills): remove unused unused (diff)
downloadlocus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.tar.xz
locus-500ebe9ce62ab4e2c18c520b905d194cf411b8d8.zip
feat(contact): move contact to json
Diffstat (limited to 'content/json')
-rw-r--r--content/json/contacts.json13
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": {
+ }
+}