diff options
Diffstat (limited to 'index.typ')
| -rw-r--r-- | index.typ | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/index.typ b/index.typ new file mode 100644 index 0000000..b679e24 --- /dev/null +++ b/index.typ @@ -0,0 +1,29 @@ +#import "/global/common.typ": * + +#let doc = [ + Hi. My name is Kumar. Some people call me _kd_, or _ku-band-mar_, I'm known + for being... + + - an advocate for de-centralization and self-hosting. #pagelink("post/self-host")[Why?] + - a programming purist, and a linguistics enthusiast. + - a recent amateur photographer. See some of my + #extlink("https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr")[pics]. + - against social-media. I think they lead to dystopia. + #link(<privacy>)[Read more] + - an NLP specialist from UofT. + + Some of my software is linked on the #pageref("software") page along with a + list of all my public repositories. My active projects are my Nix dotfiles, + my home-lab infrastructure repository, and a Namecheap DNS CLI. + + Posts I have written, newest first: + + - #pageref("post/framework-server-p2") + - #pageref("post/nas-upgrade") + - #pageref("post/listing-my-fav-advice") + - #pageref("post/framework-server") + - #pageref("post/nixos-p1") + - #pageref("post/programming-as-art") + - #pageref("post/self-host") + - #pageref("post/programs") +] |
