diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
| commit | b88879f6b56e5b2465089a50d63d89a7c1ee5dd6 (patch) | |
| tree | d0827dc15e2bb1784634697819202845553534dc | |
| parent | d059c9feab732e0cd48e142e623c45c43acdf710 (diff) | |
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | contact.typ | 2 | ||||
| -rw-r--r-- | global/common.typ | 7 | ||||
| -rw-r--r-- | post/framework-server-p2.typ | 2 | ||||
| -rw-r--r-- | post/framework-server.typ | 4 | ||||
| -rw-r--r-- | post/nixos-p1.typ | 2 | ||||
| -rw-r--r-- | post/programs.typ | 2 | ||||
| -rw-r--r-- | post/self-host.typ | 2 | ||||
| -rw-r--r-- | software.typ | 10 |
9 files changed, 19 insertions, 14 deletions
@@ -1,3 +1,5 @@ +# !! The true source of this repo lives [HERE](https://git.kumardamani.net/kumardamani.net). Gitlab repo is for cicd ONLY. !! + My website/blog repo with Typst using html, and bundle experimental features. ```sh diff --git a/contact.typ b/contact.typ index 4c7fb38..16d6bc5 100644 --- a/contact.typ +++ b/contact.typ @@ -6,7 +6,7 @@ #table( columns: (auto, auto), [E-Mail], link("mailto:me@kumardamani.net")[me\@kumardamani.net], - [Git], extlink("https://gitlab.com/users/kdam0/projects")[kdam0], + [Git], extlink("https://git.kumardamani.net")[kdam0], [Resume], html.a(href: "KumarDamaniCV.pdf")[KumarDamaniCV.pdf], ) ] diff --git a/global/common.typ b/global/common.typ index 14738a6..bc5731e 100644 --- a/global/common.typ +++ b/global/common.typ @@ -9,7 +9,7 @@ // Image paths collected from pages, emitted as bundle assets in main.typ. #let _asset-paths = state("asset-paths", ()) -#let srcurl = "https://gitlab.com/kdam0/kumardamani.net" +#let srcurl = "https://git.kumardamani.net/kumardamani.net" // Deployment info, overwritten by CI per build: // printf '{ "date": "%s", "link": "%s" }\n' \ @@ -208,7 +208,10 @@ html.hr() html.footer({ html.span(class: "updated")[Updated: #ci.date.] - html.span(class: "logs")[#extlink(ci.link)[Logs] for nerds!] + html.span(class: "logs")[ + #extlink(srcurl)[site source] | + #extlink(ci.link)[logs] for nerds! + ] }) }) } diff --git a/post/framework-server-p2.typ b/post/framework-server-p2.typ index 06d3b95..4c30135 100644 --- a/post/framework-server-p2.typ +++ b/post/framework-server-p2.typ @@ -90,7 +90,7 @@ with large OS disks, it takes a little longer to copy over since my network is slow. Eventually, I will use Ceph-backed VM storage to make this a zero-downtime op. -In a few minutes, I could knock out all of my services. Refer to my gitlab +In a few minutes, I could knock out all of my services. Refer to my git project to see how I handled the Nvidia K60 pass-through to my Nextcloud AIO instance and Plex guests. diff --git a/post/framework-server.typ b/post/framework-server.typ index a8d82a3..da54c17 100644 --- a/post/framework-server.typ +++ b/post/framework-server.typ @@ -143,7 +143,7 @@ _You should have a storage solution (NAS) in place already!_ Setting this up is beyond the scope of this post. You can check out my DIY ZFS backed NAS setup -#extlink("https://gitlab.com/kdam0/vps#nas-equipment")[here]. I've had no +#extlink("https://git.kumardamani.net/vps/about#nas-equipment")[here]. I've had no (storage related) issues with my NAS since its inception over a year ago. Then when I need to allocate space for a new service I do: @@ -409,7 +409,7 @@ These are _some_ of the services I run ad LXC container: - A few static websites. How I set up these services is beyond the scope of this post. You should check -out my git repo's #extlink("https://gitlab.com/kdam0/home-lab")[readme] for +out my git repo's #extlink("https://git.kumardamani.net/home-lab/about")[readme] for instructions. I will just briefly summarize my process here. - I use LXC wherever possible as it has lower overhead than VMs. diff --git a/post/nixos-p1.typ b/post/nixos-p1.typ index ca4a7d0..a236bc4 100644 --- a/post/nixos-p1.typ +++ b/post/nixos-p1.typ @@ -455,5 +455,5 @@ me. We do this with `systemd-timers` (Nix advises against `cron`). In my = My configs All the configs discussed (and more) are in my -#extlink("https://gitlab.com/kdam0/dotfiles-nix")[nixdotfiles repo]. +#extlink("https://git.kumardamani.net/dotfiles-nix/tree")[nixdotfiles repo]. ] diff --git a/post/programs.typ b/post/programs.typ index 68f15ea..0168e52 100644 --- a/post/programs.typ +++ b/post/programs.typ @@ -25,7 +25,7 @@ I've distro-hopped between Manjaro, Void, Debian, and Fedora, but since NixOS this has largely stopped as I'm quite happy with my NixOS + Home Manager setup. I did like Debian, and Fedora as well. -You can find my configs #extlink("https://gitlab.com/kdam0/dotfiles-nix")[here]. +You can find my configs #extlink("https://git.kumardamani.net/dotfiles-nix/tree")[here]. There is a dedicated #pagelink("post/nixos-p1")[post] about this. === OS Distribution - Desktop/Laptop diff --git a/post/self-host.typ b/post/self-host.typ index 171cc33..e6b33ea 100644 --- a/post/self-host.typ +++ b/post/self-host.typ @@ -113,7 +113,7 @@ Start by *valuing your privacy*. Then, follow some of these tips to _say no..._ friend. You're welcome. - #extlink("https://wiki.r-selfhosted.com/getting-started/what-is-self-hosting/")[Self-host] as much as you can. You can see how I - #extlink("https://gitlab.com/kdam0/vps")[implement] this and replicate it + #extlink("https://git.kumardamani.net/home-lab/about")[implement] this and replicate it yourself, though it is a bit involved for normies. - If neither of the above work for you, then you'll need to do some research to find an alternative source that you can trust isn't doing the same thing. Use diff --git a/software.typ b/software.typ index ff50ff6..3013db2 100644 --- a/software.typ +++ b/software.typ @@ -5,7 +5,7 @@ #let doc = [ Here you can find a list of my note-worthy public repositories, all hosted - on #extlink("https://gitlab.com/users/kdam0/projects")[GitLab]. + on #extlink("https://git.kumardamani.net")[git]. #show list: prev => html.ul(class: "biglist", { for c in prev.children { @@ -19,20 +19,20 @@ My Nix, Terraform, Ansible repository for self-hosting, as started in #pagelink("post/framework-server")[this post]. ] - #source("https://gitlab.com/kdam0/home-lab/") + #source("https://git.kumardamani.net/home-lab/about") - = nixdots #description[ My dotfiles for the Nix ecosystem, as started in #pagelink("post/nixos-p1")[this post]. ] - #source("https://gitlab.com/kdam0/dotfiles-nix") + #source("https://git.kumardamani.net/dotfiles-nix/about") - = nccli #description[ A Go CLI for managing DNS on Namecheap. ] - #source("https://gitlab.com/kdam0/nccli") + #source("https://git.kumardamani.net/nccli/about") - = namemydragon.lol #description[ @@ -40,5 +40,5 @@ from the Game of Thrones universe. #extlink("https://namemydragon.lol")[Try it] and turn on your sound! ] - #source("https://gitlab.com/kdam0/namemydragon") + #source("https://git.kumardamani.net/namemydragon/about") ] |
