replaced links to this website with natconf.dev
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
},
|
||||
{
|
||||
text: "Bluesky",
|
||||
link: "https://bsky.app/profile/denizk0461.dev",
|
||||
link: "https://bsky.app/profile/natconf.dev",
|
||||
},
|
||||
{
|
||||
text: "Codeberg",
|
||||
@@ -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">
|
||||
|
||||
<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>
|
||||
<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.natconf.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>
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
<p>The <a href="https://ratchetandclank.fandom.com/wiki/Ratchet">rat</a> in the bottom right of the screen is property of <a href="https://insomniac.games/">Insomniac Games</a>. Clicking it will bring you good fortune.</p>
|
||||
|
||||
<p>The style of the webring elements is adapted from a template provided by Rainbow Cemetery for the <a href="https://www.rainbowcemetery.com/devring/">Gamedev webring</a>. I adapted it into <a href="https://code.denizk0461.dev/denizk0461/pages/src/branch/master/src/lib/components/ring.svelte">a Svelte component</a> that allows setting the links, emojis, and arrows more easily.</p>
|
||||
<p>The style of the webring elements is adapted from a template provided by Rainbow Cemetery for the <a href="https://www.rainbowcemetery.com/devring/">Gamedev webring</a>. I adapted it into <a href="https://code.natconf.dev/denizk0461/pages/src/branch/master/src/lib/components/ring.svelte">a Svelte component</a> that allows setting the links, emojis, and arrows more easily.</p>
|
||||
|
||||
<h2 id="contact">Contact / Where to find me</h2>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<p>This page uses <b>no cookies</b> as of now. No data will be stored on your device while browsing this website. <b>No trackers</b> are used either – <b>no analytics</b>, not even a visit counter of any kind. Not by a third-party, and currently, none I built myself either.</p>
|
||||
|
||||
<p>The Godot and Unity projects on the <code>apps.denizk0461.dev</code> subdomain <i>may</i> cache compiled shaders on your device, I'm not sure. These files would only be used by your GPU to render visual effects for the game they were compiled for.</p>
|
||||
<p>The Godot and Unity projects on the <code>apps.natconf.dev</code> subdomain <i>may</i> cache compiled shaders on your device, I'm not sure. These files would only be used by your GPU to render visual effects for the game they were compiled for.</p>
|
||||
|
||||
<p>Last updated: 2025-09-10</p>
|
||||
</Content>
|
||||
|
||||
@@ -69,7 +69,7 @@ export const entries: UpdateEntry[] = [
|
||||
date: "2026-02-03",
|
||||
time: "15:48",
|
||||
content: "Now running my own Gitea instance! It now also hosts my website repository.",
|
||||
link: "https://code.denizk0461.dev/denizk0461/pages",
|
||||
link: "https://code.natconf.dev/denizk0461/pages",
|
||||
},
|
||||
{
|
||||
date: "2026-02-02",
|
||||
|
||||
Reference in New Issue
Block a user