Skip to content

Commit

Permalink
I joined bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Nov 24, 2024
1 parent d67f07a commit 6d1015a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions workspaces/website/src/assets/logos/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions workspaces/website/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import devLogo from '~/assets/logos/dev.svg';
import githubLogo from '~/assets/logos/github-inverse.svg';
import linkedinLogo from '~/assets/logos/linkedin.svg';
import mastodonLogo from '~/assets/logos/Mastodon.svg';
import blueskyLogo from '~/assets/logos/bluesky.svg';

export const SITE_TITLE = 'Scott Nath';
export const SITE_SUBTITLE = 'Frontend Architect';
Expand Down Expand Up @@ -48,6 +49,12 @@ BLAHG.pageTitle = `${BLAHG.title}: ${BLAHG.description}`
BLAHG.pageDesc = `Technical blog posts featuring articles about Storybook, user interface testing, frontend web development, shared testing, and web components.`

export const SOCIALS = [
{
title: 'Bluesky',
url: 'https://bsky.app/profile/scottnath.com',
logo: blueskyLogo,
label: 'Scott Nath on Bluesky'
},
{
title: 'GitHub',
url: 'https://github.com/scottnath',
Expand Down
12 changes: 12 additions & 0 deletions workspaces/website/src/content/blahg/2024-11-05-joined-bluesky.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Joined Bluesky"
description: "I joined Bluesky and deactivated Twitter beause fuck that"
pubDate: "2024-11-05"
updatedDate: "2024-11-05"
heroImage: "/blahg-assets/2024-11-joined-bluesky.avif"
heroImageDesc: 'Screenshot of header for scottnath.com profile on Bluesky'
---

# [bsky.app/profile/scottnath.com](https://bsky.app/profile/scottnath.com)`

<img src="/blahg-assets/2024-11-ronnath-bluesky.avif" />

0 comments on commit 6d1015a

Please sign in to comment.