diff --git a/config.toml b/config.toml index 8747ec0..27a2dcb 100644 --- a/config.toml +++ b/config.toml @@ -138,15 +138,16 @@ theme = "sada" url = "https://gitlab.com/shockrah/freechat" description = "Decentralized chat service built with asynchronous Rust. Data persistence is handled with MySQL. An Electron based app was also built to use the service on Desktop." + [[params.projects.list]] + title = "Graphics Lab Engine" + url = "https://gitlab.com/shockrah/gfx-engine" + description = "Graphics engine built with SDL2 in C++. Made to serve as a backbone for my own \"for-fun\" experiments like creating an implementation of Boids, fluid simulations, and random obscure math problems I find interesting at the time" + [[params.projects.list]] title = "Comfychan - An Image Board Engine" url = "https://gitlab.com/shockrah/comfychan" description = "An image board ebgine written in Python with Flask and Redis. Built to support NoScript users as well as regular JS users." - [[params.projects.list]] - title = "Personal Graphics Engine" - url = "https://gitlab.com/shockrah/gfx-engine" - description = "Graphics engine built with SDL2 in C++. Made to serve as a backbone for my own \"for-fun\" experiments like creating an implementation of Boids, or a basic physics engine." [[params.projects.list]] title = "Competitive Esports Platform"