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)