From 4aa094956c2f45f5fbfd33e5373450fd2c106d5b Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 7 Jul 2024 15:58:39 +0300 Subject: [PATCH] Update information about me and my projects Signed-off-by: Ivan Bushchik --- _projects/003-bf3d.md | 0 _projects/005-urouter-aliurl.md | 17 +++++++++++++++++ _projects/005-urouter.md | 13 ------------- about.md | 4 ++-- abouttext.md | 2 +- 5 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 _projects/003-bf3d.md create mode 100644 _projects/005-urouter-aliurl.md delete mode 100644 _projects/005-urouter.md diff --git a/_projects/003-bf3d.md b/_projects/003-bf3d.md deleted file mode 100644 index e69de29..0000000 diff --git a/_projects/005-urouter-aliurl.md b/_projects/005-urouter-aliurl.md new file mode 100644 index 0000000..1ce506f --- /dev/null +++ b/_projects/005-urouter-aliurl.md @@ -0,0 +1,17 @@ +--- +layout: project +title: "urouter & aliurl" +description: "Aliaser for URLs" +project-url: "https://github.com/ivabus/urouter" +participant: false +--- + +[urouter](https://github.com/ivabus/urouter) is "static" URL router, that reads route list at from file once. + +urouter is built on top of the [Rocket.rs](https://rocket.rs) framework. + +urouter powers [iva.bz](https://iva.bz) + +urouter successfully replaced [aliurl](https://github.com/ivabus/aliurl), which was a dynamic HTTP router. + +[aliurl](https://github.com/ivabus/aliurl) is a "dynamic" HTTP router (with API to modify routes) that has been deprecatred and replaced by urouter. \ No newline at end of file diff --git a/_projects/005-urouter.md b/_projects/005-urouter.md deleted file mode 100644 index 217eec5..0000000 --- a/_projects/005-urouter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: project -title: "urouter" -description: "Aliaser for URLs" -project-url: "https://github.com/ivabus/urouter" -participant: false ---- - -[urouter](https://github.com/ivabus/urouter) is "static" URL router, that reads route list at from file once. - -urouter is built on top of the [Rocket.rs](https://rocket.rs) framework. - -urouter powers [iva.bz](https://iva.bz) \ No newline at end of file diff --git a/about.md b/about.md index 1ff512f..b8bb404 100644 --- a/about.md +++ b/about.md @@ -9,10 +9,10 @@ toc: true ## Skills -- Linux administration - Rust +- Linux administration - Git -- pacman, [tea](https://tea.xyz) and (basic) RPM packaging +- pacman, [pkgx](https://pkgx.sh) and (basic) RPM packaging - Shell scripting ## Certifications diff --git a/abouttext.md b/abouttext.md index 1d72a75..bbabfbc 100644 --- a/abouttext.md +++ b/abouttext.md @@ -1,4 +1,4 @@ -Hi, I'm Ivan Bushchik. I live in Saint Petersburg, Russia. Currently, besides learning, I'm developing small projects and administrating homelab-like environment. +Hi there! My name is Ivan Bushchik and I'm 17 years old. I live in Saint Petersburg, Russia and I study system programming. In addition to studying, I also develop small projects and manage my homelab environment. You can find some projects that I consider something important on the page [Projects](/projects). Or, if you want to see all the projects I've worked on, you should visit my [GitHub](https://github.com/ivabus). \ No newline at end of file