1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

Some about.md cleanup

This commit is contained in:
RGBCube 2024-02-24 11:06:14 +03:00
parent d24789d8ba
commit e2e431b8b8
No known key found for this signature in database

View file

@ -9,22 +9,22 @@ I'm yet another high schooler that is interested in programming.
I'm from Türkiye 🇹🇷. I'm from Türkiye 🇹🇷.
I primarily use [Rust](https://rust-lang.org) and I primarily use [Rust](https://rust-lang.org) and
also know quite a bit of Python, Java, Kotlin, Go, also know quite a bit of Python, [**Nix**](https://nixos.org/),
JavaScript (No frameworks, though!), [**Nix**](https://nixos.org/) [Nushell](https://nushell.sh/), a little bit of Java, Kotlin, Go,
and [Nushell](https://nushell.sh/). and JavaScript (No frameworks, though!).
I've created this site using [Lume](https://lume.land/). It is served I created this site using [Lume](https://lume.land/). It is served
with Nginx on my small VPS that runs [NixOS](https://nixos.org/). by Nginx on my small VPS that runs [NixOS](https://nixos.org/).
I also host other services like Synapse (Matrix server), Forgejo, Nextcloud I also host other services like Synapse (Matrix homeserver), Forgejo,
Grafana on the VPS, which are all configured using Nix. 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), 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 [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 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 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. 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), 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).