changed git website remote URL

This commit is contained in:
2026-02-03 15:50:16 +01:00
parent 7086e00932
commit 68066923f0
3 changed files with 10 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
<div class="content-container"> <div class="content-container">
<div class="content-box center-box"> <div class="content-box center-box">
<p> 20232026 denizk0461</p> <p> 20232026 denizk0461</p>
<p>Built from commit <a class="commit" href="https://codeberg.org/denizk0461/pages-svelte/src/commit/{version}">{version.substring(0, 6)}</a></p> <p>Built from commit <a class="commit" href="https://code.denizk0461.dev/denizk0461/pages/src/commit/{version}">{version.substring(0, 6)}</a></p>
</div> </div>
<div class="content-box"> <div class="content-box">
<h6>Content</h6> <h6>Content</h6>
@@ -31,7 +31,7 @@
<h6>Meta</h6> <h6>Meta</h6>
<a href="/meta/about">About</a> <a href="/meta/about">About</a>
<a href="/meta/feeds">Feeds</a> <a href="/meta/feeds">Feeds</a>
<a href="https://codeberg.org/denizk0461/pages-svelte">Page Source</a> <a href="https://code.denizk0461.dev/denizk0461/pages">Page Source</a>
<a href="/meta/privacy">Privacy & Cookies</a> <a href="/meta/privacy">Privacy & Cookies</a>
</div> </div>
</div> </div>

View File

@@ -1,10 +1,16 @@
import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte"; import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte";
export const entries: ChangelogEntry[] = [ 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", date: "2026-02-02",
time: "19:30", 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", link: "/meta/about",
}, },
]; ];

View File

@@ -151,7 +151,7 @@
<img alt="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." src="taskbar.webp"> <img alt="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." src="taskbar.webp">
<p>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 <a href="https://codeberg.org/denizk0461/pages-svelte">Git repository</a>, builds the website as a Node server, and then exposes it via Nginx.</p> <p>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 <a href="https://code.denizk0461.dev/denizk0461/pages">Git repository</a>, builds the website as a Node server, and then exposes it via Nginx.</p>
<h4 id="software">Tools & Software</h4> <h4 id="software">Tools & Software</h4>