From 68066923f0b9f653a332a09530d79b0ccb1c8526 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 3 Feb 2026 15:50:16 +0100 Subject: [PATCH] changed git website remote URL --- src/lib/viewport/footer.svelte | 4 ++-- src/routes/changelog/changelog.ts | 8 +++++++- src/routes/meta/about/+page.svelte | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/lib/viewport/footer.svelte b/src/lib/viewport/footer.svelte index b493076..0de82e0 100644 --- a/src/lib/viewport/footer.svelte +++ b/src/lib/viewport/footer.svelte @@ -20,7 +20,7 @@

〔 2023–2026 〕denizk0461

-

Built from commit {version.substring(0, 6)}

+

Built from commit {version.substring(0, 6)}

Content
@@ -31,7 +31,7 @@
Meta
About Feeds - Page Source + Page Source Privacy & Cookies
diff --git a/src/routes/changelog/changelog.ts b/src/routes/changelog/changelog.ts index 3fa1272..229d611 100644 --- a/src/routes/changelog/changelog.ts +++ b/src/routes/changelog/changelog.ts @@ -1,10 +1,16 @@ import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte"; export const entries: ChangelogEntry[] = [ + { + date: "2026-02-04", + time: "15:48", + content: "Now running my own Gitea instance! It now also hosts my website repository.", + link: "https://code.denizk0461.dev/denizk0461/pages", + }, { date: "2026-02-02", time: "19:30", - content: "updated some texts and moved my contact info to the about page. also created this changelog!", + content: "Updated some texts and moved my contact info to the about page. Also created this changelog!", link: "/meta/about", }, ]; \ No newline at end of file diff --git a/src/routes/meta/about/+page.svelte b/src/routes/meta/about/+page.svelte index 451144a..315b716 100644 --- a/src/routes/meta/about/+page.svelte +++ b/src/routes/meta/about/+page.svelte @@ -151,7 +151,7 @@ Screenshot of the taskbar of a Fedora KDE setup. There are multiple icons. From left to right: Clank as the application launcher icon, Firefox, fooyin music player, Dolphin file explorer. -

As for the server infrastructure: the website is hosted on a Hetzner server instance I am renting. It's a relatively cheap CPX22 node that costs me 7,72€ a month, and besides my website, it's also hosting things such as a Nextcloud instance and a Minecraft server. In order to host and update the website, I wrote a small bash script that pulls the changes from the Git repository, builds the website as a Node server, and then exposes it via Nginx.

+

As for the server infrastructure: the website is hosted on a Hetzner server instance I am renting. It's a relatively cheap CPX22 node that costs me 7,72€ a month, and besides my website, it's also hosting things such as a Nextcloud instance and a Minecraft server. In order to host and update the website, I wrote a small bash script that pulls the changes from the Git repository, builds the website as a Node server, and then exposes it via Nginx.

Tools & Software