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"