From ff8ebbc1b0d1b3fbd9609fc118df0525c46ebcbf Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Thu, 20 Jul 2023 17:17:35 +0200 Subject: [PATCH] Added some more links --- content/links/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/links/index.md b/content/links/index.md index 4556644..486252c 100644 --- a/content/links/index.md +++ b/content/links/index.md @@ -7,5 +7,21 @@ title: "Links" Vieter is an implementation of an Arch repository server written in V, combined with a build system. +* [Source](https://git.rustybever.be/vieter-v/vieter) * [Docs](/docs/vieter) * [API Docs](/api-docs/vieter) + +### Alex + +Alex is a Rust program that wraps a Minecraft server process and automates +creating incremental backups. + +* [Source](https://git.rustybever.be/Chewing_Bever/alex) + +### Site + +This site is fully open-source, and the backend is a custom Rust web server +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)