From 63251321c0d25c088c985af2b60bad2cf503e879 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 18 Jun 2020 23:40:48 -0700 Subject: [PATCH] added graphics engine --- config.toml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 9e7ffac..fbcfb42 100644 --- a/config.toml +++ b/config.toml @@ -128,31 +128,35 @@ theme = "sada" url = "https://gitlab.com/shockrah/jankos" description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make. A working copy is provided via Gitlab's Continuous Integration/Deployment pipeline with a custom Docker image." - [[params.projects.list]] - title = "Docker Image for buiding Operating Systems" - url = "https://hub.docker.com/repository/docker/shockrah/osdev-build" - description = "Docker image I produced to aid in the deployment of the operating system project." - [[params.projects.list]] title = "Freechat - A Decentralized Chat Platform" url = "https://gitlab.com/shockrah/freechat" description = "Web based chat server built with Rust. Endpoints are served on a restful API, which often hooks into an SQL database. Unit testing is also handled using Cargo's built in testing configuration features." + [[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" url = "https://gitlab.com/shockrah/scuffed-league" description = "Competitive E-sports platform primarily to host a new upcoming league. Built with Flask, SQL, Redis, and Bootstrap. A similar Discord chatbot was built to let communities host their own tournaments and leagues easily with no self-hosting required." + [[params.projects.list]] + title = "Static Site Generator in Bash" + url = "https://gitlab.com/shockrah/shockrah-city" + description = "Personal blog built automatically built through shell scripts and markdown. All content can be built via a static site generator written in pure Bash script." + + [[params.projects.list]] + title = "Docker Image for buiding Operating Systems" + url = "https://hub.docker.com/repository/docker/shockrah/osdev-build" + description = "Docker image I produced to aid in the deployment of the operating system project." [[params.projects.list]] title = "OBS Stream Song Extension" url = "https://gitlab.com/shockrah/obs-song-name" description = "Chrome extension written to pull in the name of a song currently playing on Youtube or Soundcloud to a local server written in Rust. Both are deployed to Gitlab for easy download via a continuous deployment pipeline using docker." - - [[params.projects.list]] - title = "Static Site Generator in Bash" - url = "https://gitlab.com/shockrah/shockrah-city" - description = "Personal blog built automatically built through shell scripts and markdown. All content can be built via a static site generator written in pure Bash script." [[params.projects.list]] title = "DWM Shell Scripts"