diff options
| author | Dillon M. Baird <51871843+DillonBaird@users.noreply.github.com> | 2023-10-14 09:00:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-14 12:00:41 -0400 |
| commit | 75342fccaf560ef3419922845cf894a3318b8321 (patch) | |
| tree | bd0e1aa25d85594f071e210ea59a8a1e5779648e /dhall | |
| parent | f44dab0277d67e3df391ba3e1bba98faaf4f5ad1 (diff) | |
| download | xesite-75342fccaf560ef3419922845cf894a3318b8321.tar.xz xesite-75342fccaf560ef3419922845cf894a3318b8321.zip | |
Add Dillon Baird to signalboost (#730)
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/signalboost.dhall | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 46adcd2..65e2a27 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -224,4 +224,26 @@ in [ Person::{ , Link::{ url = "https://cedwards.xyz", title = "Website" } ] } + , Person::{ + , name = "Dillon Baird" + , tags = + [ "javascript" + , "nodejs" + , "react" + , "angular" + , "vue" + , "python" + , "redis" + , "sql" + , "devops" + , "sysadmin" + , "docker" + , "terraform" + , "ansible" + , "ui/ux" + ] + , links = + [ Link::{ url = "https://dillonbaird.io", title = "Website" } + ] + } ] |
