From 30a4913646c847c24f566a314d08cbc3087f96cd Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Sat, 23 Dec 2023 14:08:00 -0600 Subject: [PATCH] Remove some Twitter links and add in Bluesky to author card --- src/_data/site.js | 5 +++-- src/_includes/author.njk | 12 ++++++------ src/site.webmanifest.njk | 2 +- src/uses.md | 3 +-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/_data/site.js b/src/_data/site.js index ddf21fe1..bee2165f 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -13,14 +13,15 @@ module.exports = { author: { name: 'Brian Mitchell', bio: 'Senior Frontend Software Engineer and Web Developer, emoji lover 👋🏻, and an avid fan of electronic music.', - twitter: 'BrianMitchL', - instagram: 'BrianMitchL', + bluesky: 'https://bsky.app/profile/brianm.me', + instagram: 'https://instagram.com/BrianMitchL', mastodon: 'https://mspsocial.net/@BrianMitchL', image: '/assets/images/headshot-2022.jpg', imageHeight: '1024', imageWidth: '1024', web: 'https://brianm.me', }, + short_name: 'BrianMitchL', twitter: 'BrianMitchL', image: '/android-chrome-512x512.png', date: new Date(), diff --git a/src/_includes/author.njk b/src/_includes/author.njk index 6b921a4a..097c83e7 100644 --- a/src/_includes/author.njk +++ b/src/_includes/author.njk @@ -20,26 +20,26 @@
- {% icon "mastodon", "#6364FF" %}Mastodon + {% icon "bluesky", "#0285FF" %}Bluesky
- {% icon "twitter", "#1DA1F2" %}Twitter + {% icon "instagram", "#e4405f" %}Instagram
- {% icon "instagram", "#e4405f" %}Instagram + {% icon "mastodon", "#6364FF" %}Mastodon
diff --git a/src/site.webmanifest.njk b/src/site.webmanifest.njk index 266a3f4a..37e098ee 100644 --- a/src/site.webmanifest.njk +++ b/src/site.webmanifest.njk @@ -4,7 +4,7 @@ permalink: site.webmanifest --- { "name": "{{ site.title }}", - "short_name": "{{ site.twitter }}", + "short_name": "{{ site.short_name }}", "icons": [ { "src": "{{ '/android-chrome-192x192.png' | url }}", diff --git a/src/uses.md b/src/uses.md index 454afbd1..a1ab375a 100644 --- a/src/uses.md +++ b/src/uses.md @@ -2,7 +2,7 @@ layout: 'layouts/page.njk' title: Uses description: A living document of software, gear, and other things that I typically use. -modified: 2023-11-29 +modified: 2023-12-23 redirect_from: [/living-docs, /living-docs/gear, /living-docs/software] eleventyNavigation: key: Uses @@ -68,7 +68,6 @@ cross-platform. - [TextMate](https://macromates.com) - [Transmission](https://transmissionbt.com) - [Transmit](https://www.panic.com/transmit/) -- [Twitter for Mac](https://apps.apple.com/us/app/twitter/id1482454543) - [VLC](https://www.videolan.org/vlc/) - [XLD](https://tmkk.undo.jp/xld/index_e.html)