From 1e2d057c9e27ceb72ff9adfb18b47bfff717b474 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 9 Jun 2025 14:53:04 +0300 Subject: [PATCH 01/12] treewide: remove trailing whitespace --- site/_includes/map.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/map.vto b/site/_includes/map.vto index 6c007ec..9382ce0 100644 --- a/site/_includes/map.vto +++ b/site/_includes/map.vto @@ -24,7 +24,7 @@ class=" absolute inset-0 p-4 - + bg-[repeating-linear-gradient(-45deg,transparent_0rem,transparent_1rem,#ddd_1rem,#ddd_2rem)] dark:bg-[repeating-linear-gradient(-45deg,transparent_0rem,transparent_1rem,#222_1rem,#222_2rem)] " From fad1a04631b3994c28914f737206cb941137d20d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 9 Jun 2025 14:53:36 +0300 Subject: [PATCH 02/12] about: fix wording --- site/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/about.md b/site/about.md index e74e17d..867dee8 100644 --- a/site/about.md +++ b/site/about.md @@ -21,8 +21,8 @@ title: A B O U T Hey. -I'm a systems programmer that loves functional programming and is trying to -apply ideals of it in certain areas. Currently I'm working on the +I'm a systems programmer who loves functional programming and is trying to apply +ideals of it in certain areas. Currently I'm working on the [Cab contextful-expression language](https://github.com/cull-os/carcass/tree/master/cab). I plan on creating a build system that uses Cab to build anything and From 7f08bc8f8651597f613949911b81cc881f7fafa1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 9 Jun 2025 14:53:44 +0300 Subject: [PATCH 03/12] css: add more styles and fix ordered list spacing --- site/assets/css/default.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/site/assets/css/default.css b/site/assets/css/default.css index 444f01b..f897e8c 100644 --- a/site/assets/css/default.css +++ b/site/assets/css/default.css @@ -136,7 +136,7 @@ body { * { @apply wrap-break-word text-pretty; - &:not(ol, ul) { + &:not(ul) { @apply space-y-3; } } @@ -249,6 +249,10 @@ body { ol { & li { counter-increment: item; + + > * { + @apply inline; + } } & li::before { @@ -280,6 +284,12 @@ body { dark:bg-[#111] dark:shadow-[4px_4px_#bbb]; } + .token-addition { + @apply text-[green] dark:text-[mediumspringgreen]; + } + .token-deletion { + @apply text-[maroon] dark:text-[crimson]; + } .token-attr { @apply text-[darkblue] dark:text-[lightblue]; } @@ -292,6 +302,9 @@ body { .token-keyword { @apply text-[darkred] dark:text-[firebrick]; } + .token-meta { + @apply text-[darkmagenta] dark:text-[orchid]; + } .token-number { @apply text-[darkslateblue] dark:text-[mediumslateblue]; } From 93d82f7717f9712667d2b6071026b2e1fad56e8c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 9 Jun 2025 14:54:03 +0300 Subject: [PATCH 04/12] tags: rename nix tag to nix/os --- site/blog/2024-03-04-htmnix.md | 2 +- site/blog/2024-04-15-nix-iceberg.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blog/2024-03-04-htmnix.md b/site/blog/2024-03-04-htmnix.md index b49746a..ac14f10 100644 --- a/site/blog/2024-03-04-htmnix.md +++ b/site/blog/2024-03-04-htmnix.md @@ -4,7 +4,7 @@ description: How the absolutely cursed HTMNIX project works. tags: - html -- nix +- nix/os --- So, you may have seen the [HTMNIX](https://github.com/RGBCube/HTMNIX) project diff --git a/site/blog/2024-04-15-nix-iceberg.md b/site/blog/2024-04-15-nix-iceberg.md index 595169a..9c85955 100644 --- a/site/blog/2024-04-15-nix-iceberg.md +++ b/site/blog/2024-04-15-nix-iceberg.md @@ -5,7 +5,7 @@ description: And revealing how cursed Nix is. unlisted: true tags: -- nix +- nix/os --- Everyone who has ever interacted with Nix tooling knows that it keeps some From 12f04bb8d5b93e774f764aaf7e3889378f4e7397 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 9 Jun 2025 14:54:23 +0300 Subject: [PATCH 05/12] blog: don't list yourself --- site/blog.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/blog.vto b/site/blog.vto index 33cfdc1..c7bd9ea 100644 --- a/site/blog.vto +++ b/site/blog.vto @@ -18,7 +18,7 @@ Blog Articles