diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-24 05:20:44 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-24 05:20:44 +0000 |
| commit | 4dcc448d7b34911757169997300f306458751e4f (patch) | |
| tree | 681727e08e8b8b8503a39d2823b7571019755a7f | |
| parent | fbf58493f399d49f8cd902d11ebbceca071f3573 (diff) | |
copy updates
| -rw-r--r-- | contact.typ | 3 | ||||
| -rw-r--r-- | index.typ | 35 | ||||
| -rw-r--r-- | site.typ | 4 |
3 files changed, 15 insertions, 27 deletions
diff --git a/contact.typ b/contact.typ index 2896f3b..4c7fb38 100644 --- a/contact.typ +++ b/contact.typ @@ -6,8 +6,7 @@ #table( columns: (auto, auto), [E-Mail], link("mailto:me@kumardamani.net")[me\@kumardamani.net], - [GitLab], extlink("https://gitlab.com/kdam0/")[kdam0], + [Git], extlink("https://gitlab.com/users/kdam0/projects")[kdam0], [Resume], html.a(href: "KumarDamaniCV.pdf")[KumarDamaniCV.pdf], - [Photos], extlink("https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr")[Nextcloud Memories], ) ] @@ -1,29 +1,18 @@ #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... +Hi. I'm Kumar, also sometimes known under my online handle "kdam0". +Recreational programmer, Linux sys-admin, obscure/legacy tech enthusiast, +linguistics enjoyer, social media hater, disciple of the contrarian stack. - - 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. +Posts I have written, newest first: - 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") +- #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") ] @@ -4,8 +4,8 @@ pages: ( index: (title: "Home"), software: (title: "Software"), - photos: ( - title: "Photos", + photography: ( + title: "Photography", url: "https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr", ), contact: (title: "Contact"), |
