aboutsummaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorEvan Pratten <ewpratten@gmail.com>2023-08-06 21:09:22 -0400
committerGitHub <noreply@github.com>2023-08-06 21:09:22 -0400
commit38adb9068eccb894be7bc20bc965495dcf77f75b (patch)
treefb8664c8be8bbb22ac3dafbcdd51b837a64a9dd8 /dhall
parentf9e96ed78ebe4aac3a484fe927e60fdc6416c0cd (diff)
downloadxesite-38adb9068eccb894be7bc20bc965495dcf77f75b.tar.xz
xesite-38adb9068eccb894be7bc20bc965495dcf77f75b.zip
Add myself to signalboost page (#703)
Diffstat (limited to 'dhall')
-rw-r--r--dhall/signalboost.dhall13
1 files changed, 13 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 0702c26..348f73e 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -3,6 +3,19 @@ let Link = ./types/Link.dhall
let Person = ./types/Person.dhall
in [ Person::{
+ , name = "Evan Pratten"
+ , tags =
+ [ "rust"
+ , "linux"
+ , "docker"
+ , "full-stack"
+ , "ipv6"
+ , "bgp"
+ , "computer-graphics"
+ ]
+ , links = [ Link::{ url = "https://ewpratten.com", title = "Website" } ]
+ }
+ , Person::{
, name = "Piyushh Bhutoria"
, tags =
[ "golang"