From e2e431b8b8991ef48c6aa9272e0ed5d8e7d62c03 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 24 Feb 2024 11:06:14 +0300 Subject: [PATCH] Some about.md cleanup --- site/about.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/about.md b/site/about.md index ad5099f..d98979e 100644 --- a/site/about.md +++ b/site/about.md @@ -9,22 +9,22 @@ I'm yet another high schooler that is interested in programming. I'm from Türkiye 🇹🇷. I primarily use [Rust](https://rust-lang.org) and -also know quite a bit of Python, Java, Kotlin, Go, -JavaScript (No frameworks, though!), [**Nix**](https://nixos.org/) -and [Nushell](https://nushell.sh/). +also know quite a bit of Python, [**Nix**](https://nixos.org/), +[Nushell](https://nushell.sh/), a little bit of Java, Kotlin, Go, +and JavaScript (No frameworks, though!). -I've created this site using [Lume](https://lume.land/). It is served -with Nginx on my small VPS that runs [NixOS](https://nixos.org/). +I created this site using [Lume](https://lume.land/). It is served +by Nginx on my small VPS that runs [NixOS](https://nixos.org/). -I also host other services like Synapse (Matrix server), Forgejo, Nextcloud -Grafana on the VPS, which are all configured using Nix. +I also host other services like Synapse (Matrix homeserver), Forgejo, +Nextcloud and Grafana on the VPS, which are all configured using Nix. Historically, this blog was made using Rust, [Axum](https://lib.rs/crates/axum), [Maud](https://maud.lambda.xyz/) and a bunch of other neat crates (some which -I created, like [embed-rs](https://github.com/RGBCube/embed-rs), which sped up +I created, like [embd-rs](https://github.com/RGBCube/embd-rs), which sped up development). But I decided to abandon this strategy as I was reinventing too much for just a simple static website. Development was also *really* slow on a i5 from 2015 so I decided to ditch it and use Lume. Here is the up to date [GitHub repository for said site](https://github.com/RGBCube/Site), -and here is the [historical version written in Rust](https://github.com/RGBCube/Site/tree/555e7ad501692ef2cba5fd927dc58b8b8a8d3086). +and here is the [historical version written in Rust](https://github.com/RGBCube/Site/tree/b61b4c3da1992b69ff86a69cec670e2cf8d85f33).