diff --git a/config.toml b/config.toml index 375195e..61a35ac 100644 --- a/config.toml +++ b/config.toml @@ -147,6 +147,15 @@ theme = "sada" "Built automated tests and streamlined deployment with Gitlab’s CI/CD system", "Link: https://gitlab.com/shockrah/freechat" ] + + [[params.projects.list]] + title = "Clippable - A self-hosted video sharing platform" + url = "https://gitlab.com/shockrah/clippable" + bullets = [ + "Backend API built with asynchronous Rust with Tokio", + "Frontend written with Typescript" + ] + [[params.projects.list]] title = "Homebrew Operating system" url = "https://gitlab.com/shockrah/jankos" @@ -157,6 +166,7 @@ theme = "sada" "Link: https://gitlab.com/shockrah/jankos" ] + [[params.projects.list]] title = "ESP8266 Promiscuous Wifi Detection" url = "https://gitlab.com/shockrah/wifi-sens" @@ -193,24 +203,6 @@ theme = "sada" "Link: https://gitlab.com/shockrah/tagger" ] - [[params.projects.list]] - title = "Esports League Bot" - url = "https://gitlab.com/shockrah/league-bot" - bullets = [ - "Implemented league generator and scheduler engine with Python", - "Support for multiple independent leagues constructed with NoSQL database", - "Backpressure mitigated through asynchronous code architecture" - ] - - - [[params.projects.list]] - title = "Generative Art Samples" - url = "https://gitlab.com/shockrah/generative-art" - bullets = [ - "Artistic visualizations constructed in Javascript to explore interesting mathematical concepts", - "Utilizes P5JS to deliver beautifully rendered visualizations in any browser", - "Link: https://gitlab.com/shockrah/generative-art" - ] [[params.projects.list]] title = "Personal Blog"