From 1c7df326dba6f621947f57a1d4ef4c0cf3606e21 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 4 Jun 2025 21:28:39 -0700 Subject: [PATCH] reorder socials by usage --- _data/socials.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/socials.json b/_data/socials.json index f30fd6d..21d0726 100644 --- a/_data/socials.json +++ b/_data/socials.json @@ -4,6 +4,16 @@ "url": "https://x.com/CameronOtsuka", "username": "@CameronOtsuka" }, + "linkedin": { + "title": "LinkedIn", + "url": "https://www.linkedin.com/in/cotsuka", + "username": "cotsuka" + }, + "github": { + "title": "GitHub", + "url": "https://github.com/cotsuka", + "username": "cotsuka" + }, "activitypub": { "title": "ActivityPub", "url": "https://otsuka.social/@cameron", @@ -18,15 +28,5 @@ "title": "Nostr", "url": "https://primal.net/profile/npub1hzssq7wewjztvglpdvku92htx3sv2x5r9ycvqhvl9xrtt5fn629s3np693", "username": "cameron@otsuka.haus" - }, - "linkedin": { - "title": "LinkedIn", - "url": "https://www.linkedin.com/in/cotsuka", - "username": "cotsuka" - }, - "github": { - "title": "GitHub", - "url": "https://github.com/cotsuka", - "username": "cotsuka" } } \ No newline at end of file -- 2.51.0