From 9ec0a9dc0701e15087d642f13a7005b0d5aa1630 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 20:27:19 +0000 Subject: [PATCH 1/2] * Opting for clippable above Jank OS --- config.toml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) 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" From fe8bba5dc6b11d1d162a233910fe208d06dbae6d Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 20:48:24 +0000 Subject: [PATCH 2/2] * Better bullet points for clippable --- config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 61a35ac..24533e6 100644 --- a/config.toml +++ b/config.toml @@ -141,7 +141,7 @@ theme = "sada" title = "Freechat - A FOSS Decentralized Chat Platform" url = "https://gitlab.com/shockrah/freechat" bullets = [ - "Multi-platform responsive web application written with NodeJS, HTML, SASS, and Rust", + "FOSS chat platform written with NodeJS, HTML, SASS, and Rust", "Supports, multi-channel text chat and file upload similar to Slack/Discord", "Real-time communication support built with a client friendly API", "Built automated tests and streamlined deployment with Gitlab’s CI/CD system", @@ -152,8 +152,9 @@ theme = "sada" 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" + "Easily administered web application for sharing video shorts with anyone on any platform", + "Built with asynchronous Rust, Tokio, Tera, and Typescript", + "Link: https://gitlab.com/shockrah/clippable" ] [[params.projects.list]]