added blog post about changing domains
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="update-entry-timestamp-divider">::</span>
|
<span class="update-entry-timestamp-divider">::</span>
|
||||||
<p>
|
<p>
|
||||||
{entry.content}
|
{@html entry.content}
|
||||||
{#if entry.link}
|
{#if entry.link}
|
||||||
<a class="update-entry-link" href="{entry.link}">»</a>
|
<a class="update-entry-link" href="{entry.link}">»</a>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
7
src/routes/blog/2026/0326.md
Normal file
7
src/routes/blog/2026/0326.md
Normal 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.
|
||||||
@@ -23,6 +23,17 @@ export interface BlogPostLink {
|
|||||||
|
|
||||||
|
|
||||||
export const posts: 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",
|
key: "2026/0325",
|
||||||
post: {
|
post: {
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
import { type UpdateEntry } from "$lib/components/update-entry.svelte";
|
import { type UpdateEntry } from "$lib/components/update-entry.svelte";
|
||||||
|
|
||||||
export const entries: UpdateEntry[] = [
|
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",
|
date: "2026-03-25",
|
||||||
time: "22:22",
|
time: "22:22",
|
||||||
|
|||||||
BIN
static/blog/2026/0326/banner.webp
Normal file
BIN
static/blog/2026/0326/banner.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user