aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Edwards <38229097+cedws@users.noreply.github.com>2023-09-23 19:02:02 +0100
committerXe Iaso <me@xeiaso.net>2023-09-23 14:04:06 -0400
commit8609b6927f637faeba16a672c1782512ab1331f6 (patch)
treee6032a63b9e2b09c3970687003e1265774340f12
parentd5220096d1b491c9963fd35f6f8776acfb312fa5 (diff)
downloadxesite-8609b6927f637faeba16a672c1782512ab1331f6.tar.xz
xesite-8609b6927f637faeba16a672c1782512ab1331f6.zip
Add Connor Edwards to signal boost (#721)
-rw-r--r--dhall/signalboost.dhall21
1 files changed, 21 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index a45f432..46adcd2 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -203,4 +203,25 @@ in [ Person::{
, Link::{ url = "https://debugpointer.com", title = "Website" }
]
}
+ , Person::{
+ , name = "Connor Edwards"
+ , tags =
+ [ "golang"
+ , "javascript"
+ , "python"
+ , "kubernetes"
+ , "devops"
+ , "sysadmin"
+ , "google-cloud"
+ , "aws"
+ , "terraform"
+ , "pulumi"
+ , "ansible"
+ , "puppet"
+ ]
+ , links =
+ [ Link::{ url = "https://github.com/cedws", title = "GitHub" }
+ , Link::{ url = "https://cedwards.xyz", title = "Website" }
+ ]
+ }
]