From 5cab01c4bc05158a97b10d0a1c2adc82484a48c6 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 05:19:30 +0300 Subject: [PATCH 1/7] text: adjust padding after visual analysis --- site/_includes/text.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/text.vto b/site/_includes/text.vto index ad7d090..35db6ee 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -29,7 +29,7 @@ layout: default.vto {{> const padding = 4 }} -
+
{{ content }}
From 690d3e5e9f8a4af296028a0dee00a372c1bac97b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 05:32:04 +0300 Subject: [PATCH 2/7] swap-i post: fix highlights --- site/blog/swap-i.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blog/swap-i.md b/site/blog/swap-i.md index b9ffdc4..4f27fa3 100644 --- a/site/blog/swap-i.md +++ b/site/blog/swap-i.md @@ -66,7 +66,7 @@ use the `tr-swapped-i` XKB layout. In Hyprland (The WM I use) you can do it like this: -```cpp +```py # In ~/.config/hypr/hyprland.conf input { kb_layout = "tr-swapped-i" @@ -83,7 +83,7 @@ different. Looking at the `kbd` package, it uses a format called `.map`. Here is a `.map` file that overrides the `trq` layout and swaps the `ı` and `i` keys: -```cpp +```py include "/usr/share/keymaps/i386/qwerty/trq.map" keycode 23 = i From 6cff5052a5cfe8c5c3afa917fd9f977bbfe0d702 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 05:39:48 +0300 Subject: [PATCH 3/7] about: reword --- site/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/about.md b/site/about.md index de2cf38..0b06170 100644 --- a/site/about.md +++ b/site/about.md @@ -29,7 +29,7 @@ I plan on creating a build system that uses Cab to build anything and everything, a universal build system. This includes Linux/Darwin/Windows distributions, all under the same tool. -If you want to contact me, or see what I ramble about, follow either of these +If you want to see what I ramble about, or contact me, follow either of these links: - [Blog](/blog/) From 5373cfa5dfa5d11fe7705974145cf96eea10a184 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 05:48:11 +0300 Subject: [PATCH 4/7] css: fix border disappearing on code elements under headers --- site/assets/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/assets/css/default.css b/site/assets/css/default.css index ce29112..28ef8e4 100644 --- a/site/assets/css/default.css +++ b/site/assets/css/default.css @@ -230,8 +230,10 @@ html, body { code:not(pre > code) { @apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white; - a:hover &, a:active & { - @apply border-transparent; + &:not(a code) { + a:hover &, a:active & { + @apply border-transparent; + } } } From 8cf87d0718ad6a57083eb13559ad2e5c08949270 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 06:08:34 +0300 Subject: [PATCH 5/7] default.vto: add lang attribute to html --- site/_includes/default.vto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/_includes/default.vto b/site/_includes/default.vto index 0b0912e..5ab8ccc 100644 --- a/site/_includes/default.vto +++ b/site/_includes/default.vto @@ -2,6 +2,8 @@ layout: null --- + + @@ -21,7 +23,7 @@ layout: null - + @@ -61,3 +63,5 @@ layout: null {{ content }} + + From 708eb1168063c4b6967c5e56602481611db2f0f7 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 3 Jun 2025 06:14:16 +0300 Subject: [PATCH 6/7] text: add alt text to link on footer --- site/_includes/text.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/text.vto b/site/_includes/text.vto index 35db6ee..b2ca0f5 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -36,7 +36,7 @@ layout: default.vto