From 67e711ef212e8db350a4ef5d780d52837d2ceb94 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 12 Aug 2024 12:50:18 -0400 Subject: added photos link, and updated home content --- content/_index.md | 33 ++++++++++++--------------------- hugo.toml | 8 ++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/content/_index.md b/content/_index.md index d885f60..4635248 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,27 +4,18 @@ Hi. This is me: My name is Kumar. Some people call me *kd*, or *ku-band-mar*, I'm known for being... -* that guy who hosts his own website, dropbox, search-engine etc. [Why?](post/self-host) -* a programming purist, and linguistic enthusiast. -* :thumbs_down: down on social-media. I think they lead to dystopia. [Read more](post/self-host#privacy). -* a B.Sc in CS. at U of T with a focus in NLP :relieved_face: - -# Projects -* [home-lab](https://gitlab.com/kdam0/home-lab) - * My Terraform, Ansible repository for self-hosting as described in [this post](post/framework-server). - * active -* [vps](https://gitlab.com/kdam0/vps) - * My Ansible repository for self-hosting everything on my NAS. - * ~~active~~ replaced by home-lab -* [nccli](https://gitlab.com/kdam0/nccli) - * A Docker-ized Golang CLI for CRUD ops for Namecheap's DNS settings. - * active -* [nixdots](https://gitlab.com/kdam0/dotfiles-nix) - * My dotfiles for the Nix ecosystem as started in [this post](post/nixos-p1). - * active -* [dots](https://gitlab.com/kdam0/dotfiles-nix) - * My dotfiles for general Linux home mgmt. - * ~~active~~ replaced by nixdots +* an advocate for de-centralization and self-hosting as much as possible. [Why?](post/self-host) +* a programming purist, and a linguistics enthusiast. +* a recent amateur photographer. See some of my [pics](https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr). +* 👎 on social-media. I think they lead to dystopia. [Read more](post/self-host#privacy). +* an NLP specialist from UofT. + +# My Active Projects +| | | +| -------------- | --------------- | +| [nixdots](https://gitlab.com/kdam0/dotfiles-nix) | My dotfiles for the Nix ecosystem as started in [this post](post/nixos-p1). | +| [home-lab](https://gitlab.com/kdam0/home-lab) | My Terraform, Ansible repository for self-hosting as described in [this post](post/framework-server). | +| [nccli](https://gitlab.com/kdam0/nccli) | A Docker-ized Golang CLI for CRUD ops for Namecheap's DNS settings. | > If you found something above to be useful, consider [sending](#donate) a few coins my way! diff --git a/hugo.toml b/hugo.toml index 3462e52..8ab4448 100644 --- a/hugo.toml +++ b/hugo.toml @@ -40,6 +40,14 @@ icon = "fa-solid fa-file" title = "Resume" url = "/KumarDamaniCV.pdf" +[menu] + + [[menu.main]] + identifier = "photos" + name = "Photos" + url = "https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr" + weight = 10 + [taxonomies] category = "categories" tag = "tags" -- cgit v1.2.3