diff options
| author | Satvik <satvik.jagannath7@gmail.com> | 2023-07-10 18:42:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-10 09:12:51 -0400 |
| commit | 12614ea49b04f0df617251d680e5c8e054f6cf73 (patch) | |
| tree | 67f73c759d2535a3f58f137999a04fcbeb954b33 | |
| parent | 5f00d8c285bc42344aa4b19b07444c803e0cb86a (diff) | |
| download | xesite-12614ea49b04f0df617251d680e5c8e054f6cf73.tar.xz xesite-12614ea49b04f0df617251d680e5c8e054f6cf73.zip | |
Update signalboost.dhall (#685)
| -rw-r--r-- | dhall/signalboost.dhall | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 684440d..caebdcc 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -155,4 +155,23 @@ in [ Person::{ , Link::{ url = "https://itsaury.net", title = "Website" } ] } + , Person::{ + , name = "Satvik Jagannath" + , tags = + [ "backend" + , "nodejs" + , "linux" + , "javascript" + , "nextjs" + , "aws" + , "nodejs" + , "react" + , "python" + ] + , links = + [ Link::{ url = "https://github.com/bozzmob", title = "GitHub" } + , Link::{ url = "https://twitter.com/@bozzmob", title = "Twitter" } + , Link::{ url = "https://debugpointer.com", title = "Website" } + ] + } ] |
