From aefcde2c3933bb50424e05faaaae193724a285da Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 1 Jan 2025 13:50:42 -0500 Subject: Now using Plausible analytics; Replaced Twitter with Bluesky --- src/data/contacts.json | 7 +++++++ src/layouts/Default.astro | 5 +++++ src/pages/404.astro | 1 + 3 files changed, 13 insertions(+) (limited to 'src') diff --git a/src/data/contacts.json b/src/data/contacts.json index 80c7cc3..739a145 100644 --- a/src/data/contacts.json +++ b/src/data/contacts.json @@ -20,6 +20,13 @@ "url": "https://youtube.alee14.me", "mouseover": "YouTube" }, + { + "platform": "Bluesky", + "icon": "bluesky", + "username": "alee14.me", + "url": "https://bsky.app/profile/alee14.me", + "mouseover": "Bluesky" + }, { "platform": "Mastodon", "icon": "mastodon", diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 9762816..e9017c6 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -36,6 +36,11 @@ const date = new Date(); + + + + + {title} diff --git a/src/pages/404.astro b/src/pages/404.astro index 09701a2..38ecfb8 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -7,6 +7,7 @@ import Layout from '../layouts/Default.astro'

Page not found

Whoops! You blew up the website!

+