From ae72cf025962c746d3c619ed1ae6a90da09829d0 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 23 Jan 2020 14:12:38 -0800 Subject: [PATCH] new project - also switch the order of projects around --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 451c8f4..e3be1a2 100644 --- a/config.toml +++ b/config.toml @@ -123,20 +123,20 @@ theme = "sada" description = "Built with a Rust backend(Rocket) serving a restful API, SQL database, and an official app built with ElectonJS for connecting to a server." [[params.projects.list]] - title = "Personal Blog" + title = "ESP8266 Promiscuous Wifi Detection" + url = "https://gitlab.com/shockrah/wifi-sens" + description = "Library which allows for wifi sniffing using some hidden features of the controller." + + [[params.projects.list]] + title = "Bash Generated Blog" url = "https://gitlab.com/shockrah/shockrah-city" description = "Personal blog built automatically built through shell scripts and markdown." - [[params.projects.list]] title = "DWM Shell Scripts" url = "https://gitlab.com/shockrah/shell-scripts" description = "Collection of shell scripts for those running DWM" - [[params.projects.list]] - title = "Static ELF Parser/Dissassembler" - url = "https://gitlab.com/shockrah/hexd" - description = "Reads linux ELF binary files and provides debug information assisting in reverse engineering the binary." # Skills section [params.skills]