diff options
Diffstat (limited to 'dst')
-rw-r--r-- | dst/2023-02-log.html | 3 | ||||
-rw-r--r-- | dst/projects.html | 2 | ||||
-rw-r--r-- | dst/resume-da.html | 2 | ||||
-rw-r--r-- | dst/resume.html | 2 | ||||
-rw-r--r-- | dst/rss.xml | 7 |
5 files changed, 7 insertions, 9 deletions
diff --git a/dst/2023-02-log.html b/dst/2023-02-log.html index 4551426..c833916 100644 --- a/dst/2023-02-log.html +++ b/dst/2023-02-log.html @@ -47,8 +47,7 @@ I’ve included my PGP key if you wish to send me mail privately.</p> <h2 id="game-dev-is-back-on-the-menu">Game dev is back on the menu!</h2> <p>The CompSci department at my uni hosts an annual LAN party with tournaments -in the usual titles (csgo, lol, trackmania, etc). I’ve had the idea for a -while now that it would be amazing to get <a href="/arena">arena</a> to a playable, +in the usual titles (csgo, lol, trackmania, etc). It would be amazing to get <a href="https://arena.adast.xyz">arena</a> to a playable, fun state, and have a LAN tournament to really put it to the test.</p> <p>I want to start working on my game again, and I want to it to be playable in diff --git a/dst/projects.html b/dst/projects.html index deb212e..3b430bd 100644 --- a/dst/projects.html +++ b/dst/projects.html @@ -25,7 +25,7 @@ <h2 id="active-projects">Active Projects</h2> <ul> -<li><a href="/arena">arena</a>: Quake-like multiplayer FPS</li> +<li><a href="https://arena.adast.xyz">arena</a>: Quake-like multiplayer FPS</li> <li><a href="https://sr.ht/~adamski/dotfiles">dotfiles</a>: Configs for my different Linux machines</li> <li><a href="https://sr.ht/~adamski/adast.xyz">adast.xyz</a>: Personal platform</li> </ul> diff --git a/dst/resume-da.html b/dst/resume-da.html index 233e5b0..fcd7e4b 100644 --- a/dst/resume-da.html +++ b/dst/resume-da.html @@ -93,7 +93,7 @@ <li>Kom ind i webudvikling, byggede mange personlige hjemmesider for sjov</li> <li>Begyndte at lære spiludvikling med GameMaker og senere Unity</li> <li>Forbedret JavaScript og lært C# ved at bruge Unity</li> -<li>Begyndte at udvikle <a href="/arena">arena</a>, mit multiplayer Quake-lignende FPS spil</li> +<li>Begyndte at udvikle <a href="https://arena.adast.xyz">arena</a>, mit multiplayer Quake-lignende FPS spil</li> <li>JavaScript, HTML, CSS, C#, Unity, Blender, Audacity, Git</li> </ul> diff --git a/dst/resume.html b/dst/resume.html index 21c14a4..38bf50f 100644 --- a/dst/resume.html +++ b/dst/resume.html @@ -93,7 +93,7 @@ <li>Got into web development, built many personal websites for fun</li> <li>Started learning game development with GameMaker, and later Unity</li> <li>Improved at JavaScript and learned C# by using Unity</li> -<li>Started developing <a href="/arena">arena</a>, my multiplayer Quake-like FPS game</li> +<li>Started developing <a href="https://arena.adast.xyz">arena</a>, my multiplayer Quake-like FPS game</li> <li>JavaScript, HTML, CSS, C#, Unity, Blender, Audacity, Git</li> </ul> diff --git a/dst/rss.xml b/dst/rss.xml index 1b755dd..8cfdca6 100644 --- a/dst/rss.xml +++ b/dst/rss.xml @@ -34,8 +34,7 @@ I’ve included my PGP key if you wish to send me mail privately.</p> <h2 id="game-dev-is-back-on-the-menu">Game dev is back on the menu!</h2> <p>The CompSci department at my uni hosts an annual LAN party with tournaments -in the usual titles (csgo, lol, trackmania, etc). I’ve had the idea for a -while now that it would be amazing to get <a href="/arena">arena</a> to a playable, +in the usual titles (csgo, lol, trackmania, etc). It would be amazing to get <a href="https://arena.adast.xyz">arena</a> to a playable, fun state, and have a LAN tournament to really put it to the test.</p> <p>I want to start working on my game again, and I want to it to be playable in @@ -69,8 +68,8 @@ prioritising hosting the services that I use regularly.</p> <item> <title>Project Aftershock</title> -<guid>https://adast.xyz/arena</guid> -<link>https://adast.xyz/arena</link> +<guid>https://arena.adast.xyz</guid> +<link>https://arena.adast.xyz</link> <pubDate>Tue, 27 Sep 2022 21:15:11 +0200</pubDate> <description><![CDATA[<p>Aftershock (working title) is a multiplayer old-school arena shooter being made in Unity. It’s a hobby project that I have been working on since 2016. It started as a <em>warmup</em> project before jumping into developing an MMO, but I have since learned how much work goes into making just a multiplayer fps. Especially as a solo project. </p> |