From 1af6dbe028ef9688d58bbefdd76bb013a8701a23 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 2 Jun 2025 14:40:29 +0300 Subject: [PATCH 1/5] text.vto: clean header --- site/_includes/text.vto | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/site/_includes/text.vto b/site/_includes/text.vto index d863d6b..554506e 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -11,23 +11,20 @@ layout: default.vto absolute w-[inherit] z-999 overflow-x-auto "> -
+
{{> const style = ` flex-auto text-center px-3 pt-3 pb-2 - bg-white font-[ecrou] border-2 border-black - origin-bottom + bg-white font-[ecrou] + border-2 -mx-px border-black md:hover:text-[300%] ease-[cubic-bezier(1,-0.07,0.57,1.56)] md:duration-200 - md:hover:not-active:after:content-['?'] md:active:after:content-['!!'] active:after:italic - nuclear ` }} - - home - about - blog - contact + home + about + blog + contact
From d12bd07f49418fbdaf1c1207d286c74a8d566bbe Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 2 Jun 2025 14:44:58 +0300 Subject: [PATCH 2/5] cube: fix scrolling on firefox mobile --- site/_includes/cube.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/cube.vto b/site/_includes/cube.vto index c18947e..814701c 100644 --- a/site/_includes/cube.vto +++ b/site/_includes/cube.vto @@ -5,6 +5,7 @@ html { font-size: min(9svw, 9svh, 4.5rem); + overscroll-behavior: none; } /* Guess what? Yeah, you guessed right. Safari can't render shit. */ @@ -18,7 +19,6 @@ From 1726983abaf4b71bdebabf8d3dd9cf0fe49b18ac Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 2 Jun 2025 14:53:38 +0300 Subject: [PATCH 3/5] default.css: fix codeblock scroll on chromium --- site/assets/css/default.css | 4 ++++ site/blog.vto | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/site/assets/css/default.css b/site/assets/css/default.css index 8b18890..5d91dc6 100644 --- a/site/assets/css/default.css +++ b/site/assets/css/default.css @@ -194,6 +194,10 @@ @apply border-black dark:border-white; } + pre code { + @apply whitespace-pre; + } + div:has(> pre code) { @apply outline-1 outline-dotted outline-offset-1 outline-[#444] border-1 border-black p-2 bg-[#eee] dark:outline-[#bbb] dark:border-white diff --git a/site/blog.vto b/site/blog.vto index 03c03af..9f7465c 100644 --- a/site/blog.vto +++ b/site/blog.vto @@ -10,7 +10,7 @@ Blog Articles rss - json + json From 3731477b32f7183cb9239b5dbd9a742891bc8e2f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 2 Jun 2025 15:11:07 +0300 Subject: [PATCH 4/5] default.css: fix codeblock scrolling --- site/assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/assets/css/default.css b/site/assets/css/default.css index 5d91dc6..92eaf27 100644 --- a/site/assets/css/default.css +++ b/site/assets/css/default.css @@ -194,7 +194,7 @@ @apply border-black dark:border-white; } - pre code { + pre code, pre code * { @apply whitespace-pre; } From 585e17141563c8a55f5c08312c3aaf6b2bb1389c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 2 Jun 2025 15:34:25 +0300 Subject: [PATCH 5/5] contact: fix email --- site/contact.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/contact.md b/site/contact.md index 9b19d73..7cdd895 100644 --- a/site/contact.md +++ b/site/contact.md @@ -26,7 +26,8 @@ Here are some other useful links as well: [8, 12], // tact [15, 16], // @ [4, 7], // rgb - [12, 13], // cu + [12, 13], // c + [1, 2], // u [0, 1], // . [2, 4], // be ].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))