diff options
-rw-r--r-- | dst/.files | 3 | ||||
-rw-r--r-- | dst/game.html | 2 | ||||
-rw-r--r-- | dst/index.html | 8 | ||||
-rw-r--r-- | dst/sitemap.xml | 8 | ||||
-rw-r--r-- | src/game.md | 2 | ||||
-rw-r--r-- | src/index.md | 8 |
6 files changed, 16 insertions, 15 deletions
@@ -1 +1,2 @@ -./styles/style.css +./game.md +./index.md diff --git a/dst/game.html b/dst/game.html index b4cba0d..f54fc50 100644 --- a/dst/game.html +++ b/dst/game.html @@ -29,7 +29,7 @@ <p>I’m in the process of rewriting a lot of systems in the game at the moment because I’m switching from janky p2p multiplayer to an authoritative server setup with client-side prediction <a href="https://www.gabrielgambetta.com/client-server-game-architecture.html">(more)</a>.</p> -<p><a href="https://www.youtube.com/c/rizen1">Gameplay clips</a><br/> +<p><a href="https://www.youtube.com/c/adamski1">Gameplay clips</a><br/> <a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p> <p class="footer"><a href="/">adast.xyz</a></p> </html> diff --git a/dst/index.html b/dst/index.html index a2ff0be..8ea64aa 100644 --- a/dst/index.html +++ b/dst/index.html @@ -12,7 +12,7 @@ <p>My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.</p> -<p>I’m currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff <a href="https://youtube.com/c/rizen1">here</a>.</p> +<p>I’m currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff <a href="https://youtube.com/c/adamski1">here</a>.</p> <h2 id="posts">Posts</h2> @@ -21,8 +21,8 @@ <h2 id="links">Links</h2> <p><a href="https://git.adast.xyz/adam">Gitea</a>, <a href="https://github.com/adastx">Github</a><br/> -<a href="https://youtube.com/c/rizen1">Youtube</a><br/> -<a href="https://steamcommunity.com/id/rizen1/">Steam</a><br/> -<a href="https://www.twitch.tv/rizen1337">Twitch</a></p> +<a href="https://youtube.com/c/adamski1">Youtube</a><br/> +<a href="https://steamcommunity.com/id/adastx">Steam</a><br/> +<a href="https://www.twitch.tv/adastx">Twitch</a></p> <p class="footer"><a href="/">adast.xyz</a></p> </html> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 601bc9c..3bf94a5 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,8 +4,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://adast.xyz/SPO notes.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/SPO notes.html</loc><lastmod>2022-08-07</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-08-07</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-08-07</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-08-07</lastmod><priority>1.0</priority></url> </urlset> diff --git a/src/game.md b/src/game.md index db9c16d..d8f6f58 100644 --- a/src/game.md +++ b/src/game.md @@ -18,5 +18,5 @@ Main features (so far): I'm in the process of rewriting a lot of systems in the game at the moment because I'm switching from janky p2p multiplayer to an authoritative server setup with client-side prediction [(more)](https://www.gabrielgambetta.com/client-server-game-architecture.html). -[Gameplay clips](https://www.youtube.com/c/rizen1) +[Gameplay clips](https://www.youtube.com/c/adamski1) [Follow my progress](https://trello.com/b/ycQyrouQ) diff --git a/src/index.md b/src/index.md index 0bb2507..0ee9454 100644 --- a/src/index.md +++ b/src/index.md @@ -2,13 +2,13 @@ Hello there! My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors. -I'm currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff [here](https://youtube.com/c/rizen1). +I'm currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff [here](https://youtube.com/c/adamski1). ## Posts [Project Aftershock // Rizen's Arena](game.html) ## Links [Gitea](https://git.adast.xyz/adam), [Github](https://github.com/adastx) -[Youtube](https://youtube.com/c/rizen1) -[Steam](https://steamcommunity.com/id/rizen1/) -[Twitch](https://www.twitch.tv/rizen1337) +[Youtube](https://youtube.com/c/adamski1) +[Steam](https://steamcommunity.com/id/adastx) +[Twitch](https://www.twitch.tv/adastx) |