lander: added post
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-10-14 21:40:45 +02:00
parent ac6b2cab5b
commit 0897a275ee
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 149 additions and 5 deletions

View file

@ -4,8 +4,8 @@ title: "Links"
### Vieter
Vieter is an implementation of an Arch repository server written in V, combined
with a build system.
An implementation of an Arch repository server combined with a build system,
written in V.
* [Source](https://git.rustybever.be/vieter-v/vieter)
* [Docs](/docs/vieter)
@ -13,8 +13,8 @@ with a build system.
### Alex
Alex is a Rust program that wraps a Minecraft server process and automates
creating incremental backups.
Minecraft server process wrapper that automates creating (incremental) backups,
written in Rust.
* [Source](https://git.rustybever.be/Chewing_Bever/alex)
@ -25,3 +25,9 @@ that I've designed to update the hosted files using POST requests from my CI.
* [Backend Source](https://git.rustybever.be/Chewing_Bever/site-backend)
* [Blog Source](https://git.rustybever.be/Chewing_Bever/site)
## Lander
My home-grown URL shortener & pastebin, written from the ground up in C.
* [Source](https://git.rustybever.be/Chewing_Bever/lander)