diff --git a/content/notes/2024-07-22-website-updates.md b/content/notes/2024-07-22-website-updates.md
index 33bcec69..5c4d281f 100644
--- a/content/notes/2024-07-22-website-updates.md
+++ b/content/notes/2024-07-22-website-updates.md
@@ -2,12 +2,12 @@
title = "Small website updates"
+++
-Over the past couple of days I've spent some time to update the website. Maybe it's a sign that my [burnout](/posts/tech-burnout/) is getting manageable.
+Over the past couple of days I've spent some time to update the website. Maybe it's a sign that my [burnout](@/posts/2024-07-18-tech-burnout.md) is getting manageable.
* Links underlined for improved accessibility.
* New link list on the home page (Inspired by [@muan](https://mastodon.social/@muan)).
* Removed the 'Reading' page and added a link to my [Storygraph](https://app.thestorygraph.com/profile/philh) page.
-* I can write notes now. The most recent are listed [here](/notes/)
+* I can write notes now. The most recent are listed [here](@/notes/_index.md)
* Using CSS custom properties for variables - I'm very much behind on frontend tech. [commit](https://github.com/phansch/philhansch.net/commit/eb1292d5bbcf377fd7f121c21bbed1e22b07bfc1)
I'm still not 100% happy with the home page, so I will continue working on it this week. I want to improve the look of the timeline as well as update references to my Rust involvement (I'm not involved anymore, for now).
diff --git a/content/onehundred/rust.md b/content/onehundred/rust.md
index ccf25a55..d4a928f5 100644
--- a/content/onehundred/rust.md
+++ b/content/onehundred/rust.md
@@ -8,7 +8,7 @@ title = "One Hundred (and more) Rust PRs"
Hi there! In 2018 I decided to set up this little thing where I track my
progress of learning Rust and contributing to its ecosystem. In March 2019 I
completed the first 100 pull requests and I wrote about it
-[here](https://phansch.net/2019/02/18/onehundred-rust-prs/).
+[here](@/posts/2019-02-18-onehundred-rust-prs.md).
### Why 100?
diff --git a/content/posts/2012-12-30-stuff-of-2012.md b/content/posts/2012-12-30-stuff-of-2012.md
index 3302674d..dda60b58 100644
--- a/content/posts/2012-12-30-stuff-of-2012.md
+++ b/content/posts/2012-12-30-stuff-of-2012.md
@@ -66,7 +66,7 @@ Wrote a RIFT macro translator and supported it until May. Didn't play the game a
> I want to have at least 52 blog posts at the end of the year.
-Looking at the [archive](http://phansch.net/archive/), I never wrote as much blog posts in a year before, but I didn't reach 52.
+Looking at the [archive](@/archive/index.md), I never wrote as much blog posts in a year before, but I didn't reach 52.
----
diff --git a/content/posts/2019-02-18-onehundred-rust-prs.md b/content/posts/2019-02-18-onehundred-rust-prs.md
index df859d89..f604d88c 100644
--- a/content/posts/2019-02-18-onehundred-rust-prs.md
+++ b/content/posts/2019-02-18-onehundred-rust-prs.md
@@ -10,7 +10,7 @@ excerpt = "A review of my past year with Rust."
It's hard for me to believe but it's already been **over a year** since I
seriously committed to learning Rust and I have now reached my initial goal of
100 open source contributions to the Rust ecosystem. You can see the full list
-[here](https://phansch.net/onehundred/rust/).
+[here](@/onehundred/rust.md).
{{ timeline_progressbar(language="Rust") }}
@@ -149,4 +149,4 @@ On to the next hundred contributions!
[hubcaps_pr]: https://github.com/softprops/hubcaps/pull/142
[yay]: https://github.com/rust-lang/rust-clippy/pull/2763
[compiletesttest]: https://github.com/rust-lang/rust/pull/56792
-[my_post]: https://phansch.net/2018/10/10/fixing-a-clippy-crash/
+[my_post]: @/posts/2018-10-10-fixing-a-clippy-crash.md
diff --git a/content/posts/2019-10-21-sponsoring.md b/content/posts/2019-10-21-sponsoring.md
index 2c7483cd..8899f189 100644
--- a/content/posts/2019-10-21-sponsoring.md
+++ b/content/posts/2019-10-21-sponsoring.md
@@ -55,7 +55,7 @@ post **monthly reviews** publicly here on the blog. These reviews will include:
If you have any questions or feedback, I'm happy to talk on Twitter or in
-private at [dev@phansch.net](mailto:dev@phansch.net).
+private at [dev@philhansch.net](mailto:dev@philhansch.net).
[profile]: https://github.com/users/phansch/sponsorship
[onehundred]: /onehundred/rust/
diff --git a/content/posts/2020-01-06-monthly-review-december.md b/content/posts/2020-01-06-monthly-review-december.md
index 2e1b693e..06b7e7e7 100644
--- a/content/posts/2020-01-06-monthly-review-december.md
+++ b/content/posts/2020-01-06-monthly-review-december.md
@@ -13,7 +13,7 @@ excerpt = "Patreon & productive procrastination."
I'm incredibly thankful to the following people for sponsoring my open source
work this past month: [@repi], [@oli-obk] and [@yaahc].
-If you like what I'm doing and want to support my work, please [consider sponsoring](https://phansch.net/thanks) β₯
+If you like what I'm doing and want to support my work, please [consider sponsoring](@/thanks/index.md) β₯
## What I've worked on
@@ -23,7 +23,7 @@ directory, you could most likely tell that it had been recently cleaned and
organized β¦again. Hello procrastination!
Looking at [the November
-review](https://phansch.net/2019/12/02/monthly-review-november/), I have to
+review](@/posts/2019-12-02-monthly-review-november.md), I have to
admit that I didn't follow through with all the goals I wrote down:
* I absolutely did not continue with the tiny compiler. I'm currently stuck on
diff --git a/content/posts/2020-02-03-monthly-review-january.md b/content/posts/2020-02-03-monthly-review-january.md
index c77975e0..836f0d6b 100644
--- a/content/posts/2020-02-03-monthly-review-january.md
+++ b/content/posts/2020-02-03-monthly-review-january.md
@@ -13,7 +13,7 @@ excerpt = "Embedded Rust, Notification Guilt & Clippy."
I'm incredibly thankful to the following people for sponsoring my open source
work this past month: [@repi], [@oli-obk] and [@yaahc].
-If you like what I'm doing and want to support my work, please [consider sponsoring](https://phansch.net/thanks) π
+If you like what I'm doing and want to support my work, please [consider sponsoring](@/thanks/index.md) π
## What I've worked on
@@ -53,8 +53,7 @@ For this February I have the following goals:
* A second embedded rust post
* [Improving a diagnostic][diag] in rustc
-[sponsoring blog post]: https://phansch.net/2019/10/21/sponsoring/
-[thanks page]: https://phansch.net/thanks/
+[sponsoring blog post]: @/posts/2019-10-21-sponsoring.md
[sponsorship profile]: https://github.com/sponsors/phansch
[paypal.me profile]: https://www.paypal.me/philhansch
[@oli-obk]: https://github.com/oli-obk
diff --git a/content/posts/2020-03-03-monthly-review-february.md b/content/posts/2020-03-03-monthly-review-february.md
index 944559e9..2ee69449 100644
--- a/content/posts/2020-03-03-monthly-review-february.md
+++ b/content/posts/2020-03-03-monthly-review-february.md
@@ -15,7 +15,7 @@ work this past month: [@repi], [@oli-obk] and [@yaahc].
If you like what I'm doing and want to support my work, please consider
sponsoring me on [Patreon][patreon] or [via other
-means](https://phansch.net/thanks) π
+means](@/thanks/index.md) π
## What I've worked on
diff --git a/content/posts/2020-07-06-monthly-review-june.md b/content/posts/2020-07-06-monthly-review-june.md
index a62e8033..54aa86ae 100644
--- a/content/posts/2020-07-06-monthly-review-june.md
+++ b/content/posts/2020-07-06-monthly-review-june.md
@@ -57,7 +57,6 @@ key placement. I've since changed that and hope it will be better this way.
-[thanks page]: https://phansch.net/thanks/
[Patreon]: https://www.patreon.com/philhansch
[@oli-obk]: https://github.com/oli-obk
[@yaahc]: https://github.com/yaahc
diff --git a/content/posts/2020-12-26-monthly-review-december-2020.md b/content/posts/2020-12-26-monthly-review-december-2020.md
index 285faa40..dcb8b5b4 100644
--- a/content/posts/2020-12-26-monthly-review-december-2020.md
+++ b/content/posts/2020-12-26-monthly-review-december-2020.md
@@ -22,7 +22,7 @@ source work this past month: [@repi], [@oli-obk] and [@yaahc].
If you like what I'm doing and want to support my work as well, please consider
sponsoring me on [Patreon][patreon] or [via other
-means](https://phansch.net/thanks) π§‘
+means](@/thanks/index.md) π§‘
## What I've worked on
@@ -73,7 +73,7 @@ Apart from that I'm going to re-add myself to the reviewer rotation for Clippy
and start reviewing larger pull requests again.
-[thanks page]: https://phansch.net/thanks/
+[thanks page]: @/thanks/index.md
[Patreon]: https://www.patreon.com/philhansch
[embark]: https://github.com/EmbarkStudios
[@oli-obk]: https://github.com/oli-obk
diff --git a/content/posts/2021-02-01-monthly-review-january-2021.md b/content/posts/2021-02-01-monthly-review-january-2021.md
index 91f1ff3f..66d43c60 100644
--- a/content/posts/2021-02-01-monthly-review-january-2021.md
+++ b/content/posts/2021-02-01-monthly-review-january-2021.md
@@ -20,7 +20,7 @@ source work this past month: [@repi], [@oli-obk] and [@yaahc].
If you like what I'm doing and want to support my work as well, please consider
sponsoring me on [Patreon][patreon] or [via other
-means](https://phansch.net/thanks) π§‘
+means](@/thanks/index.md) π§‘
## What I've worked on
diff --git a/templates/atom.xml b/templates/atom.xml
index 64e12a56..b6d548fa 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -19,8 +19,7 @@
{{ post.date | date(format="%+") }}{{ post.date | date(format="%+") }}{{ post.permalink | safe }}
- View post on phansch.net
+ View post on philhansch.net
{%- endfor %}
-
diff --git a/templates/base.html b/templates/base.html
index f016397a..ab58531c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,7 @@
-
+
{% block post_headers %}
@@ -45,7 +45,7 @@