From e43efcaed875f29a165dafb322249fa5622b1c83 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 11 Feb 2025 16:12:36 -0600 Subject: [PATCH] Update /me --- _data/metadata.js | 14 ++++++++------ content/changelog.md | 3 +++ public/img/Signal-Logo-White.svg | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 public/img/Signal-Logo-White.svg diff --git a/_data/metadata.js b/_data/metadata.js index 2bf618a..4460e3d 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -30,6 +30,7 @@ export default { { title: "Friendica", linkURL: "https://friendica.world/profile/nathan", + customAttribute: `rel="me"`, linkDisplay: "Friendica", iconURL: "/img/friendica.svg", }, @@ -52,6 +53,13 @@ export default { linkDisplay: "Matrix", iconURL: "/img/matrix-org.svg", }, + { + title: "Signal", + linkURL: + "https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW", + linkDisplay: "Signal", + iconURL: "/img/Signal-Logo-White.svg", + }, { title: "BookWyrm", linkURL: "https://ramblingreaders.org/user/NathanU", @@ -76,12 +84,6 @@ export default { linkDisplay: "PeerTube", iconURL: "/img/peertube.svg", }, - { - title: "Loops", - linkURL: "https://loops.video/@nathan", - linkDisplay: "Loops", - iconURL: "/img/loops_logo.svg", - }, { title: "Keyoxide Identity Profile", linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340", diff --git a/content/changelog.md b/content/changelog.md index 748a82d..6a5e776 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -4,6 +4,9 @@ title: Nathan Upchurch | Changelog structuredData: none --- # Changelog +* 2025-02-11 + * Add [Signal](https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW) to [/me](/me). + * Remove [Loops](https://loops.video/) from [/me](/me). * 2025-02-06 * Add [Friendica profile](https://friendica.world/profile/nathan) to [/me](/me). * Deprecate cowsay of the day. diff --git a/public/img/Signal-Logo-White.svg b/public/img/Signal-Logo-White.svg new file mode 100644 index 0000000..f3ada85 --- /dev/null +++ b/public/img/Signal-Logo-White.svg @@ -0,0 +1 @@ + \ No newline at end of file