diff options
| -rw-r--r-- | index.typ | 15 | ||||
| -rw-r--r-- | software.typ | 9 |
2 files changed, 23 insertions, 1 deletions
@@ -18,4 +18,19 @@ Posts I have written, newest first: - #pageref("post/programs") The #pagelink("software")[Software] page lists some of my projects. +If you find something useful, copy it. Use it. Don't ask. + +Links to other blogs I enjoy: + +- Andrew Kelley's #extlink("https://andrewkelley.me/")[blog] +- Xe Iaso's #extlink("https://xeiaso.net/blog/")[blog] +- Arun Isaac's #extlink("https://systemreboot.net/")[blog] +- Jana's #extlink("https://jsteuernagel.de")[blog] +- Jyn's #extlink("https://jyn.dev")[blog] +- Taylor's #extlink("https://taylor.town")[blog] +- Hugo van Kemenade's #extlink("https://hugovk.dev/blog/")[blog] +- Kat's #extlink("https://www.knifepoint.net/~kat/")[blog] +- Blain Smith's #extlink("https://blainsmith.com/articles/")[blog] +- Luke Smith's #extlink("https://lukesmith.xyz/articles/")[blog] + ] diff --git a/software.typ b/software.typ index 3013db2..96c5f12 100644 --- a/software.typ +++ b/software.typ @@ -14,6 +14,13 @@ }) - + = kumardamani.net + #description[ + This website's source, and gradually morphing into a + full-blown blogging static-site-generator based on Typst. + ] + #source("https://git.kumardamani.net/kumardamani.net/about") + - = home-lab #description[ My Nix, Terraform, Ansible repository for self-hosting, @@ -21,7 +28,7 @@ ] #source("https://git.kumardamani.net/home-lab/about") - - = nixdots + = dotfiles-nix #description[ My dotfiles for the Nix ecosystem, as started in #pagelink("post/nixos-p1")[this post]. |
