From 35f271000afdec5ec79a7b327ef907fae6c37883 Mon Sep 17 00:00:00 2001 From: Alex Pearce Date: Sat, 9 Sep 2023 15:25:34 +0100 Subject: [PATCH] Pearce to Pearwin. I hope to make alex.pearwin.com the canonical URL soon, but I need to spend a bit of time to be sure that redirects from alexpearce.me will work (cool URIs don't change!). I'm not sure about changing my GitHub username. It's referenced in a lot of places (on GitHub and elsewhere) and I don't like the idea of breaking all those. --- LICENSE | 2 +- package.json | 2 +- src/components/BaseHead.astro | 2 +- src/components/Header.astro | 2 +- src/consts.ts | 4 ++-- src/pages/404.astro | 2 +- src/pages/500.astro | 2 +- src/pages/index.astro | 4 ++-- src/styles/global.css | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 6fbaf5b..514b772 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Alex Pearce +Copyright (c) 2020 Alex Pearwin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 3fb9a3f..260cb40 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "keywords": [ "blog" ], - "author": "Alex Pearce", + "author": "Alex Pearwin", "license": "MIT", "dependencies": { "@astrojs/mdx": "^0.19.1", diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 35805bc..557ec1e 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -24,7 +24,7 @@ const { title, description, social = true } = Astro.props; - + diff --git a/src/components/Header.astro b/src/components/Header.astro index dc8fc4b..d7296b5 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,7 +3,7 @@ import { SITE_TITLE } from "../consts"; ---
-

+

{SITE_TITLE}