Skip to content

Commit

Permalink
Merge pull request #78 from alexpearce/pearce-to-pearwin
Browse files Browse the repository at this point in the history
Pearce to Pearwin
  • Loading branch information
alexpearce committed Sep 9, 2023
2 parents b9a664b + 35f2710 commit 22fac7c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"keywords": [
"blog"
],
"author": "Alex Pearce",
"author": "Alex Pearwin",
"license": "MIT",
"dependencies": {
"@astrojs/mdx": "^0.19.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { title, description, social = true } = Astro.props;
<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
<!-- RSS/Atom feed -->
<link rel="alternate" type="application/rss+xml" title="Alex Pearce" href="https://alexpearce.me/atom.xml">
<link rel="alternate" type="application/rss+xml" title="Alex Pearwin" href="https://alexpearce.me/atom.xml">
<!-- Sitemap -->
<link rel="sitemap" href="/sitemap-index.xml">

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SITE_TITLE } from "../consts";
---

<div class="masthead">
<h1 class="title">
<h1 class="title" title="Alex Pearwin (né Alex Pearce)">
<a href="/">{SITE_TITLE}</a>
</h1>
<nav>
Expand Down
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SITE_TITLE = "Alex Pearce";
export const SITE_DESCRIPTION = "Blog of software engineer and ex-physicist Alex Pearce.";
export const SITE_TITLE = "Alex Pearwin";
export const SITE_DESCRIPTION = "Blog of software engineer and ex-physicist Alex Pearwin (né Alex Pearce).";
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Header from "../components/Header.astro";
<h2>Tough luck.</h2>
</header>
<p>There doesn't appear to be anything here. Sorry about that.</p>
<p>If you've followed a link expecting something to be here, you can <a href="mailto:alex@alexpearce.me?subject=Page%20not%20found">contact me</a>.</a>
<p>If you've followed a link expecting something to be here, you can <a href="mailto:alex@pearwin.com?subject=Page%20not%20found">contact me</a>.</a>
</main>
</body>
</html>
2 changes: 1 addition & 1 deletion src/pages/500.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Header from "../components/Header.astro";
<h2>Ouch.</h2>
</header>
<p>There's a problem with my server.</p>
<p>Hopefully I'm already running around trying to fix it, but feel free to <a href="mailto:alex@alexpearce.me?subject=Server%20error">contact me</a> if the problem persists.</p>
<p>Hopefully I'm already running around trying to fix it, but feel free to <a href="mailto:alex@pearwin.com?subject=Server%20error">contact me</a> if the problem persists.</p>
</main>
</body>
</html>
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
I'm also a big Nix proponent, using it to manage my development environments, and would enjoy using it more often!
</p>
<p>
<a href="https://www.linkedin.com/in/alex--pearce/">Currently</a> I’m an
<a href="https://www.linkedin.com/in/alex--pearwin/">Currently</a> I’m an
engineer at <a href="https://www.multiverse.io/en-GB">Multiverse</a>, providing apprenticeships
as an alternative to university.
Before that I was VP of Software at <a href="https://www.mystic.ai">Mystic AI</a>, a
Expand Down Expand Up @@ -58,7 +58,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
here on my <a href="/blog/">blog</a>.
</p>
<p>
Please feel free to <a href="mailto:alex@alexpearce.me?subject=Hello"
Please feel free to <a href="mailto:alex@pearwin.com?subject=Hello"
>contact me</a
> if you have any questions!
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Stylesheet for alexpearce.me
/** Stylesheet for alex.pearwin.com.
*
* The idea is to be mobile-first, using media queries when things need to
* change for larger (desktop) browsers.
Expand Down

0 comments on commit 22fac7c

Please sign in to comment.