* Opting for clippable above Jank OS
This commit is contained in:
parent
d21ddbdd3f
commit
9ec0a9dc07
28
config.toml
28
config.toml
@ -147,6 +147,15 @@ theme = "sada"
|
|||||||
"Built automated tests and streamlined deployment with Gitlab’s CI/CD system",
|
"Built automated tests and streamlined deployment with Gitlab’s CI/CD system",
|
||||||
"Link: https://gitlab.com/shockrah/freechat"
|
"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]]
|
[[params.projects.list]]
|
||||||
title = "Homebrew Operating system"
|
title = "Homebrew Operating system"
|
||||||
url = "https://gitlab.com/shockrah/jankos"
|
url = "https://gitlab.com/shockrah/jankos"
|
||||||
@ -157,6 +166,7 @@ theme = "sada"
|
|||||||
"Link: https://gitlab.com/shockrah/jankos"
|
"Link: https://gitlab.com/shockrah/jankos"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "ESP8266 Promiscuous Wifi Detection"
|
title = "ESP8266 Promiscuous Wifi Detection"
|
||||||
url = "https://gitlab.com/shockrah/wifi-sens"
|
url = "https://gitlab.com/shockrah/wifi-sens"
|
||||||
@ -193,24 +203,6 @@ theme = "sada"
|
|||||||
"Link: https://gitlab.com/shockrah/tagger"
|
"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]]
|
[[params.projects.list]]
|
||||||
title = "Personal Blog"
|
title = "Personal Blog"
|
||||||
|
Loading…
Reference in New Issue
Block a user