diff options
author | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
commit | 775e69fea981b1cec03cc8206d69abed9b824df5 (patch) | |
tree | b046516be42400c6fedf8334fb6e7dd284fe6c3f /src | |
parent | 288c92e992c5569d8e98d6ee8e926398a2f77069 (diff) |
New file structure
index.html
some-post/
--> index.html
Diffstat (limited to 'src')
-rw-r--r-- | src/2023-02-log/index.md (renamed from src/2023-02-log.md) | 0 | ||||
-rw-r--r-- | src/_header.html | 2 | ||||
-rw-r--r-- | src/arena.md | 29 | ||||
-rw-r--r-- | src/donate/index.md (renamed from src/donate.md) | 0 | ||||
-rw-r--r-- | src/now.md | 15 | ||||
-rw-r--r-- | src/projects/index.md (renamed from src/projects.md) | 0 | ||||
-rw-r--r-- | src/resume-da/index.md (renamed from src/resume-da.md) | 0 | ||||
-rw-r--r-- | src/resume/index.md (renamed from src/resume.md) | 0 | ||||
-rw-r--r-- | src/services/index.md (renamed from src/services.md) | 0 | ||||
-rw-r--r-- | src/uses/index.md (renamed from src/uses.md) | 0 |
10 files changed, 1 insertions, 45 deletions
diff --git a/src/2023-02-log.md b/src/2023-02-log/index.md index aeebbfd..aeebbfd 100644 --- a/src/2023-02-log.md +++ b/src/2023-02-log/index.md diff --git a/src/_header.html b/src/_header.html index 1c5aa13..c998840 100644 --- a/src/_header.html +++ b/src/_header.html @@ -6,7 +6,7 @@ <title></title> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> - <link rel="stylesheet" type="text/css" href="main.css"> + <link rel="stylesheet" type="text/css" href="/main.css"> </head> <body> <header> diff --git a/src/arena.md b/src/arena.md deleted file mode 100644 index 1b5b4f5..0000000 --- a/src/arena.md +++ /dev/null @@ -1,29 +0,0 @@ -# arena: Quake-like multiplayer shooter - -2021-05-07 - -> TODO: Update post! - -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 *warmup* 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. - -At it's core, Aftershock is supposed to be my attempt at recreating a mix of Quake 3 / Quake Live along with whatever else I decide to add. - -Main features (so far): - -- p2p multiplayer -- support for custom maps -- vq3-like movement -- rocket launcher + rocket jumping -- health pickups -- 3 gamemodes (FFA, TDM, Race) - -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://youtube.com/playlist?list=PLHEg_8J-AGzfSGAZI29eq29DSrBcbXVYv) -➤ [Follow my progress](https://trello.com/b/ycQyrouQ) - -<hr style="border-top: dotted 1px;" /> - -Have a comment on one of my posts? Start a discussion in [my public inbox](https://lists.sr.ht/~adamski/public-inbox) by -sending an email to [~adamski/public-inbox@lists.sr.ht](mailto:~adamski/public-inbox@lists.sr.ht) [[mailing list -etiquette](https://man.sr.ht/lists.sr.ht/etiquette.md)] diff --git a/src/donate.md b/src/donate/index.md index 66f1132..66f1132 100644 --- a/src/donate.md +++ b/src/donate/index.md diff --git a/src/now.md b/src/now.md deleted file mode 100644 index b0c0776..0000000 --- a/src/now.md +++ /dev/null @@ -1,15 +0,0 @@ -# Now - -> This page is based off the [now page concept](https://nownownow.com/about) by Derek Sivers. - -**Updated March 22, 2023** - -## Tech - -Starting to work on my game, [arena](https://arena.adast.dk), again. - -* Tinkering with this website: - * Adding a [danish version](https://test.adast.xyz/resume-da) of my resume (closes [#4](https://todo.sr.ht/~adamski/adast.xyz/4)) - * Trying out this *now* page - -Slowly migrating to wayland by trying out [Sway](https://swaywm.org). diff --git a/src/projects.md b/src/projects/index.md index 7d285cf..7d285cf 100644 --- a/src/projects.md +++ b/src/projects/index.md diff --git a/src/resume-da.md b/src/resume-da/index.md index 9d8705b..9d8705b 100644 --- a/src/resume-da.md +++ b/src/resume-da/index.md diff --git a/src/resume.md b/src/resume/index.md index f6dbf91..f6dbf91 100644 --- a/src/resume.md +++ b/src/resume/index.md diff --git a/src/services.md b/src/services/index.md index 27108f5..27108f5 100644 --- a/src/services.md +++ b/src/services/index.md diff --git a/src/uses.md b/src/uses/index.md index f57ae60..f57ae60 100644 --- a/src/uses.md +++ b/src/uses/index.md |