The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

signal-boost: add entry for antlers (#752)

authored by

antlers and committed by
GitHub
9ed4cd2d 09b163d6

+17
+17
dhall/signalboost.dhall
··· 251 251 [ Link::{ url = "https://dillonbaird.io", title = "Website" } 252 252 ] 253 253 } 254 + , Person::{ 255 + , name = "antlers" 256 + , tags = 257 + [ "scheme" 258 + , "python" 259 + , "ansible" 260 + , "devops" 261 + , "sysadmin" 262 + , "build-systems" 263 + , "CI/CD" 264 + ] 265 + , links = 266 + [ Link::{ url = "https://illucid.net", title = "Website" } 267 + , Link::{ url = "https://oldbytes.space/", title = "Fedi" } 268 + , Link::{ url = "https://github.com/AutumnalAntlers", title = "GitHub" } 269 + ] 270 + } 254 271 ]