From 143612506b5c8af4f2debd08ba23acab9101d47c Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 19 Aug 2019 19:50:20 -0700 Subject: [PATCH] added 3rd project to project list --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index c7aa58c..004091d 100644 --- a/config.toml +++ b/config.toml @@ -108,6 +108,11 @@ theme = "sada" 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 binaries to learn about what a mysterious binary might do without running it first." + # Skills section [params.skills] icon = "fa-cogs"