diff --git a/src/lib/components/update-entry.svelte b/src/lib/components/update-entry.svelte index 3c15a79..b462fc9 100644 --- a/src/lib/components/update-entry.svelte +++ b/src/lib/components/update-entry.svelte @@ -22,7 +22,7 @@ ::

- {entry.content} + {@html entry.content} {#if entry.link} » {/if} diff --git a/src/routes/blog/2026/0326.md b/src/routes/blog/2026/0326.md new file mode 100644 index 0000000..c5caebd --- /dev/null +++ b/src/routes/blog/2026/0326.md @@ -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. \ No newline at end of file diff --git a/src/routes/blog/posts.ts b/src/routes/blog/posts.ts index 07c1245..e48e6f3 100644 --- a/src/routes/blog/posts.ts +++ b/src/routes/blog/posts.ts @@ -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: { diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index 755b85f..18ccff7 100644 --- a/src/routes/meta/updates/updates.ts +++ b/src/routes/meta/updates/updates.ts @@ -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: "Important: my website is changing domains.", + link: "/blog/2026/0326", + }, { date: "2026-03-25", time: "22:22", diff --git a/static/blog/2026/0326/banner.webp b/static/blog/2026/0326/banner.webp new file mode 100644 index 0000000..89aa72d Binary files /dev/null and b/static/blog/2026/0326/banner.webp differ