The code and data behind xeiaso.net
5
fork

Configure Feed

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

Adding myself to the signal boost page. (#756)

authored by

the transfaeries and committed by
GitHub
0557e815 ae5283f7

+18
+18
dhall/signalboost.dhall
··· 268 268 , Link::{ url = "https://github.com/AutumnalAntlers", title = "GitHub" } 269 269 ] 270 270 } 271 + Person::{ 272 + , name = "Aisling Fae (transfaeries)" 273 + , tags = 274 + [ "Writer" 275 + , "Software Engineer" 276 + , "AI/ML" 277 + , "Python" 278 + , "Docker" 279 + , "Kubernetes" 280 + , "Documentation" 281 + , "Education" 282 + , "vTuber" 283 + ] 284 + , links = 285 + [ Link::{ url = "https://transfaeries.com", title = "Website" } 286 + , Link::{ url = "https://github.com/transfaeries", title = "GitHub" } 287 + ] 288 + } 271 289 ]