aboutsummaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorantlers <AutumnalAntlers@gmail.com>2024-01-08 15:32:57 +0000
committerGitHub <noreply@github.com>2024-01-08 10:32:57 -0500
commit9ed4cd2dddc94fd8bff9fc37e224e9e8ebcf2105 (patch)
tree1b02a17cf233e35291e41ddd7624c1bace77ac08 /dhall
parent09b163d67901c55387b7e2e198ebfb805ce5ef34 (diff)
downloadxesite-9ed4cd2dddc94fd8bff9fc37e224e9e8ebcf2105.tar.xz
xesite-9ed4cd2dddc94fd8bff9fc37e224e9e8ebcf2105.zip
signal-boost: add entry for antlers (#752)
Diffstat (limited to 'dhall')
-rw-r--r--dhall/signalboost.dhall17
1 files changed, 17 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index fc2e853..54abe31 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -251,4 +251,21 @@ in [ Person::{
[ Link::{ url = "https://dillonbaird.io", title = "Website" }
]
}
+ , Person::{
+ , name = "antlers"
+ , tags =
+ [ "scheme"
+ , "python"
+ , "ansible"
+ , "devops"
+ , "sysadmin"
+ , "build-systems"
+ , "CI/CD"
+ ]
+ , links =
+ [ Link::{ url = "https://illucid.net", title = "Website" }
+ , Link::{ url = "https://oldbytes.space/", title = "Fedi" }
+ , Link::{ url = "https://github.com/AutumnalAntlers", title = "GitHub" }
+ ]
+ }
]