added blog post about changing domains

This commit is contained in:
2026-03-26 20:51:13 +01:00
parent 816f9cefec
commit d9045f23c2
5 changed files with 25 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
</div>
<span class="update-entry-timestamp-divider">::</span>
<p>
{entry.content}
{@html entry.content}
{#if entry.link}
<a class="update-entry-link" href="{entry.link}">»</a>
{/if}

View File

@@ -0,0 +1,7 @@
I'm switching my website domain from `denizk0461.dev` to `natconf.dev`!
All I can say for now about this change is that I came up with this domain name a while back and I liked it more so than `denizk0461.dev` , so I've been thinking about migrating.
I'm updating things as I go. All links on this website now point to the new domain, and all services have been moved over too. As of right now, they're also still accessible via the old domain, but I will be disabling that soon. Instead, I'll set up redirects, which will be in place until the domain expires on 2026-06-04.
I *may* change up some visual elements in the process, but it won't be a major redesign.

View File

@@ -23,6 +23,17 @@ export interface BlogPostLink {
export const posts: BlogPostLink[] = [
{
key: "2026/0326",
post: {
date: "2026-03-26",
time: "20:50",
banner: "banner.webp",
bannerAlt: "White light blurs on a darker background.",
title: "Moving On",
description: "It's time to switch domains.",
}
},
{
key: "2026/0325",
post: {

View File

@@ -1,6 +1,12 @@
import { type UpdateEntry } from "$lib/components/update-entry.svelte";
export const entries: UpdateEntry[] = [
{
date: "2026-03-26",
time: "20:50",
content: "<b>Important</b>: my website is changing domains.",
link: "/blog/2026/0326",
},
{
date: "2026-03-25",
time: "22:22",

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB