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 | |
| 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')
| -rw-r--r-- | content/json/contacts.json | 13 | ||||
| -rw-r--r-- | content/static/contact.gmi | 14 |
2 files changed, 13 insertions, 14 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]" + } +} diff --git a/content/static/contact.gmi b/content/static/contact.gmi deleted file mode 100644 index 4d95a98..0000000 --- a/content/static/contact.gmi +++ /dev/null @@ -1,14 +0,0 @@ -# Contact - -=> https://github.com/Fuwn GitHub -=> https://gitlab.com/Fuwn GitLab -=> https://discord.com/users/fun#1337 Discord -=> https://twitter.com/Fuwnr Twitter -=> https://youtube.com/Fuwnr YouTube -=> https://matrix.to/#/@fuwn:matrix.org Matrix - -## Email - -=> mailto:[email protected] [email protected] (I check this the most often) -=> mailto:[email protected] [email protected] -=> mailto:[email protected] [email protected] (Alias)
\ No newline at end of file |