Skip to content

Commit

Permalink
Remove some Twitter links and add in Bluesky to author card
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Dec 23, 2023
1 parent f768c63 commit 30a4913
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 3 additions & 2 deletions src/_data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
12 changes: 6 additions & 6 deletions src/_includes/author.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
<address>
<div>
<a
href="{{ site.author.mastodon }}"
href="{{ site.author.bluesky }}"
class="inline-flex-center"
>
{% icon "mastodon", "#6364FF" %}Mastodon
{% icon "bluesky", "#0285FF" %}Bluesky
</a>
</div>
<div>
<a
href="https://twitter.com/{{ site.author.twitter }}"
href="{{ site.author.instagram }}"
class="inline-flex-center"
>
{% icon "twitter", "#1DA1F2" %}Twitter
{% icon "instagram", "#e4405f" %}Instagram
</a>
</div>
<div>
<a
href="https://instagram.com/{{ site.author.instagram }}"
href="{{ site.author.mastodon }}"
class="inline-flex-center"
>
{% icon "instagram", "#e4405f" %}Instagram
{% icon "mastodon", "#6364FF" %}Mastodon
</a>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/site.webmanifest.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down
3 changes: 1 addition & 2 deletions src/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 30a4913

Please sign in to comment.