diff --git a/content/blog/2022-09-09-new-domain.md b/content/blog/2022-09-09-new-domain.md new file mode 100644 index 0000000..ecf14cd --- /dev/null +++ b/content/blog/2022-09-09-new-domain.md @@ -0,0 +1,21 @@ +--- +layout: page +title: "Website updates" +description: "Changing a few things in the background" +date: 2022-09-09 +tags: website +draft: false +extra: + uses_katex: false + auto_center_images: true + excerpt: A small update post about some website changes +--- + +Hello! Its been a bit since the last post made it out of the drafts (I promise, there are many in the works). I figure a little public update is needed to talk about some backend changes that have recently been made to this site. + +Firstly, there is a new domain name! I should have done this a while ago, but now I actually own the domain for my username. Welcome to `ewpratten.com`. The past two domains used for this site (`retrylife.ca` and `va3zza.com`) still happily redirect here, so no need to worry about updating your bookmarks and hyperlinks yet. + +Secondly, this site is now anycasted and edge cached. Hopefully this change will make the browsing experience a little faster for viewers outside of North America. [HTTP/3](https://en.wikipedia.org/wiki/HTTP/3) is now supported too. In the future, I might even set up some older protocols (Gopher, FTP, ..telnet..?) for fun. Info on that will come in a later post. + +Anyways, thanks for reading. I'm always amazed to see my analytics data. A surprising number of people read these posts :smile: + diff --git a/templates/base.html b/templates/base.html index 5d706ec..c8ecc6f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -102,7 +102,7 @@