diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-23 15:41:17 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-23 15:41:17 +0200 |
| commit | 7f60763e97cd6d5b1d3b95824aa08c165f795362 (patch) | |
| tree | b539a83981ef3351d7a27bbb83df27a1e04555c3 /src/lib/socials.json | |
| parent | docs(README): remove GitHub stuff, switch out CI badge (diff) | |
| download | pml68.dev-7f60763e97cd6d5b1d3b95824aa08c165f795362.tar.gz | |
feat: add sourcehut to socials
Diffstat (limited to '')
| -rw-r--r-- | src/lib/socials.json | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/lib/socials.json b/src/lib/socials.json index ea75d91..c6a4a55 100644 --- a/src/lib/socials.json +++ b/src/lib/socials.json @@ -1,24 +1,28 @@ { "socials": [ { - "link": "https://github.com/pml68", - "iconIndex": 0 + "name": "github", + "link": "https://github.com/pml68" }, { - "link": "https://dev.to/pml68", - "iconIndex": 1 + "name": "sourcehut", + "link": "https://sr.ht/~pml68" }, { - "link": "https://steamcommunity.com/id/nigmaballs", - "iconIndex": 2 + "name": "dev", + "link": "https://dev.to/pml68" }, { - "link": "https://t.me/pml68_1", - "iconIndex": 3 + "name": "steam", + "link": "https://steamcommunity.com/id/nigmaballs" }, { - "link": "mailto:contact@pml68.dev", - "iconIndex": 4 + "name": "telegram", + "link": "https://t.me/pml68_1" + }, + { + "name": "email", + "link": "mailto:contact@pml68.dev" } ] } |
