From 34d662a60a76e78672e8d51980648d2bb21caa4b Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 31 May 2021 16:13:52 -0700 Subject: [PATCH] Fixing ordering again due to merge issues in last commit --- config.toml | 75 +++++++++++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 45 deletions(-) diff --git a/config.toml b/config.toml index 71fc41f..e521bbd 100644 --- a/config.toml +++ b/config.toml @@ -138,7 +138,33 @@ theme = "sada" "Built automated tests and streamlined deployment with Gitlab’s CI/CD system", "Link: https://gitlab.com/shockrah/freechat" ] + [[params.projects.list]] + title = "Homebrew Operating system" + url = "https://gitlab.com/shockrah/jankos" + bullets = [ + "x86 operating system written from scratch", + "Engineered with C, assembly, and debugged with tools such as Cutter and Bochs", + "ISO files are automatically built with Gitlab CI pipelines", + "Link: https://gitlab.com/shockrah/jankos" + ] + [[params.projects.list]] + title = "ESP8266 Promiscuous Wifi Detection" + url = "https://gitlab.com/shockrah/wifi-sens" + bullets = [ + "Simplified a reverse-engineered C API with a refined abstraction layer in C++", + "Collaborated on research to design a platform whose cost was projected to $10/unit", + "Link: https://gitlab.com/shockrah/wifi-sens" + ] + + [[params.projects.list]] + title = "Graphics Engine" + url = "https://gitlab.com/shockrah/gfx-engine" + bullets = [ + "Platform agnostic graphics engine built with modularity in mind", + "Implemented in C++ utilizing SDL2 on the backend", + "Link: https://gitlab.com/shockrah/gfx-engine" + ] [[params.projects.list]] title = "Discord Community Manager" url = "https://gitlab.com/shockrah/left-coast-server-bot" @@ -150,6 +176,7 @@ theme = "sada" "Link: https://gitlab.com/shockrah/left-coast-server-bot" ] + [[params.projects.list]] title = "Esports League Bot" url = "https://gitlab.com/shockrah/league-bot" @@ -159,14 +186,6 @@ theme = "sada" "Backpressure mitigated through asynchronous code architecture" ] - [[params.projects.list]] - title = "ESP8266 Promiscuous Wifi Detection" - url = "https://gitlab.com/shockrah/wifi-sens" - bullets = [ - "Simplified a reverse-engineered C API with a refined abstraction layer in C++", - "Collaborated on research to design a platform whose cost was projected to $10/unit", - "Link: https://gitlab.com/shockrah/wifi-sens" - ] [[params.projects.list]] title = "Generative Art Samples" @@ -177,43 +196,9 @@ theme = "sada" "Link: https://gitlab.com/shockrah/generative-art" ] - [[params.projects.list]] - title = "Graphics Engine" - url = "https://gitlab.com/shockrah/gfx-engine" - bullets = [ - "Platform agnostic graphics engine built with modularity in mind", - "Implemented in C++ utilizing SDL2 on the backend", - "Link: https://gitlab.com/shockrah/gfx-engine" - ] - - [[params.projects.list]] - title = "Discord Community Manager" - url = "https://gitlab.com/shockrah/left-coast-server-bot" - bullets = [ - "Server management bot which maintains 2 VPS’s, and 4 game servers", - "Provides chatbot services to over 100 users in the Left Coast community Discord server", - "Written in NodeJS supported by microservices made with Rust; powered by AWS", - "Logging with Honeycomb and Vector microservices", - "Link: https://gitlab.com/shockrah/left-coast-server-bot" - ] - - [[params.projects.list]] - title = "Homebrew Operating system" - url = "https://gitlab.com/shockrah/jankos" - bullets = [ - "x86 operating system written from scratch", - "Engineered with C, assembly, and debugged with tools such as Cutter and Bochs", - "ISO files are automatically built with Gitlab CI pipelines", - "Link: https://gitlab.com/shockrah/jankos" - ] - - - - - - [[params.projects.list]] - title = "Personal Blog" - url = "https://gitlab.com/shockrah/shockrah-city" + [[params.projects.list]] + title = "Personal Blog" + url = "https://gitlab.com/shockrah/shockrah-city" bullets = [ "Minimalistic blog I launched covering a range of topics from technology to personal endeavours", "Markdown compiler improved pages by generating slimmer HTML output",