From 87e2fc34f60beecfa2274bea7d268581df1f8816 Mon Sep 17 00:00:00 2001 From: avitex Date: Tue, 25 Aug 2020 18:52:42 +1000 Subject: [PATCH] update email and projects --- content/about/_index.md | 2 +- content/projects.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/about/_index.md b/content/about/_index.md index 7b115ce..c37dabc 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -12,5 +12,5 @@ You can find my PGP public key [here](/id/pk.txt). ## Contact -If you wish to contact me, email is easiest via `theavitex (at) gmail (dot) com`. +If you wish to contact me, email is easiest via `avitex (at) wfxlabs (dot) com`. See my [social links](@/about/social.md) for other methods to get in touch. diff --git a/content/projects.toml b/content/projects.toml index b796bd0..f872094 100644 --- a/content/projects.toml +++ b/content/projects.toml @@ -6,18 +6,18 @@ crate = "badgen" status = "development" github = "avitex/rust-badgen" +[project.rust-dangerous] +lang = "rust" +crate = "dangerous" +status = "development" +github = "avitex/rust-dangerous" + [project.rust-arae] lang = "rust" crate = "arae" status = "experimental" github = "avitex/rust-arae" -[project.rust-font-size] -lang = "rust" -crate = "font-size" -status = "development" -github = "avitex/rust-font-size" - [project.rust-dnscat] lang = "rust" crate = "dnscat"