aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contact.typ3
-rw-r--r--index.typ35
-rw-r--r--site.typ4
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],
)
]
diff --git a/index.typ b/index.typ
index b679e24..2fb5b2f 100644
--- a/index.typ
+++ b/index.typ
@@ -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")
]
diff --git a/site.typ b/site.typ
index 4bca4bb..c36ef3c 100644
--- a/site.typ
+++ b/site.typ
@@ -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"),