aboutsummaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorİlteriş Eroğlu <ilteris@asenkron.com.tr>2024-03-20 23:13:28 +0300
committerGitHub <noreply@github.com>2024-03-20 16:13:28 -0400
commit0a823ebd8fb9becc191f8d0ef3c288eacd696289 (patch)
treefd21f2568816a02a01fb31586ad65f9655ebfc51 /dhall
parentf7cc592dbe29f4267a5c599dc2304a9a88628947 (diff)
downloadxesite-0a823ebd8fb9becc191f8d0ef3c288eacd696289.tar.xz
xesite-0a823ebd8fb9becc191f8d0ef3c288eacd696289.zip
add linuxgemini (again after 3 years) (#763)
Diffstat (limited to 'dhall')
-rw-r--r--dhall/signalboost.dhall20
1 files changed, 20 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 9e1368e..ebb5832 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -295,4 +295,24 @@ in [ Person::{
, Link::{ url = "https://github.com/transfaeries", title = "GitHub" }
]
}
+ , Person::{
+ , name = "İlteriş Eroğlu"
+ , tags =
+ [ "sysadmin"
+ , "infrastructure engineering"
+ , "CI/CD"
+ , "Bash"
+ , "Python"
+ , "JavaScript"
+ , "Ansible"
+ , "L7 Load Balancing"
+ , "NGINX"
+ , "Node.js"
+ , "full-stack"
+ ]
+ , links =
+ [ Link::{ url = "https://linuxgemini.space", title = "Website" }
+ , Link::{ url = "https://github.com/linuxgemini", title = "GitHub" }
+ ]
+ }
]