mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Write about and contact pages
This commit is contained in:
parent
083de2381a
commit
001c12381f
2 changed files with 27 additions and 2 deletions
|
@ -1,6 +1,18 @@
|
||||||
title: About
|
title: About
|
||||||
---
|
---
|
||||||
|
|
||||||
### Hi.
|
## Hi.
|
||||||
|
|
||||||
|
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/).
|
||||||
|
|
||||||
|
I've created this blog using Rust, [Axum](https://lib.rs/crates/axum),
|
||||||
|
[Maud](https://maud.lambda.xyz/) and a bunch of other neat crates.
|
||||||
|
The webserver itself is hosted on a small VPS running [NixOS](https://nixos.org/)
|
||||||
|
and is proxied behing Cloudflare.
|
||||||
|
|
||||||
Test 123
|
|
||||||
|
|
13
src/routes/contact.md
Normal file
13
src/routes/contact.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
title: Contact
|
||||||
|
---
|
||||||
|
|
||||||
|
You can contact me via:
|
||||||
|
|
||||||
|
- Discord: `rgbcube` or `RGBCube#4777`
|
||||||
|
- E-Mail: [`rgbshere@gmail.com`](mailto:rgbsphere@gmail.com) (Soon to change, though. I am going to host my own mail server)
|
||||||
|
|
||||||
|
Here are some other useful links as well:
|
||||||
|
|
||||||
|
- GitHub: [`RGBCube`](https://github.com/RGBCube)
|
||||||
|
- Twitch: [`RGBCube`](https://www.twitch.tv/rgbcube)
|
||||||
|
- Twitter/X: [`RGBCubed`](https://twitter.com/RGBCubed)
|
Loading…
Add table
Add a link
Reference in a new issue