diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-12 16:50:18 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-12 16:50:18 +0000 |
| commit | 67e711ef212e8db350a4ef5d780d52837d2ceb94 (patch) | |
| tree | da8f14d04a65e00ca9274b0dd0686d327e68b85e | |
| parent | 56b9f0e748f89bbfa13fda5ba2b874ee18c31416 (diff) | |
added photos link, and updated home content
| -rw-r--r-- | content/_index.md | 33 | ||||
| -rw-r--r-- | 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! @@ -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" |
