1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 05:57:46 +00:00

Compare commits

...

7 commits

5 changed files with 15 additions and 9 deletions

View file

@ -2,6 +2,8 @@
layout: null layout: null
--- ---
<html lang="en">
<head> <head>
<!-- CHARSET --> <!-- CHARSET -->
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -21,7 +23,7 @@ layout: null
<!-- FANCY --> <!-- FANCY -->
<link rel="icon" href="/assets/icons/icon.gif"> <link rel="icon" href="/assets/icons/icon.gif">
<meta name="theme-color" content="{{ color }}"> <meta name="theme-color" content="{{ color }}">
<!-- ALTERNATIVE FORMATS --> <!-- ALTERNATIVE FORMATS -->
<link rel="alternate" type="application/rss+xml" href="/blog.rss"> <link rel="alternate" type="application/rss+xml" href="/blog.rss">
<link rel="alternate" type="application/feed+json" href="/blog.json"> <link rel="alternate" type="application/feed+json" href="/blog.json">
@ -61,3 +63,5 @@ layout: null
<body class="bg-white text-black dark:bg-black dark:text-white"> <body class="bg-white text-black dark:bg-black dark:text-white">
{{ content }} {{ content }}
</body> </body>
</html>

View file

@ -29,14 +29,14 @@ layout: default.vto
</nav> </nav>
{{> const padding = 4 }} {{> const padding = 4 }}
<div class="text-content text-xl p-{{ padding }} pt-{{ padding + 12 }}"> <div class="text-content text-xl p-{{ padding }} pt-{{ padding + 13.5 }}">
{{ content }} {{ content }}
</div> </div>
<footer class="flex justify-center text-sm wrap-anywhere mt-auto p-1.5 pb-2 border-t-4 border-x-4"> <footer class="flex justify-center text-sm wrap-anywhere mt-auto p-1.5 pb-2 border-t-4 border-x-4">
Copyright {{ Temporal.Now.plainDateISO().year }} © Copyright © {{ Temporal.Now.plainDateISO().year }}
<a draggable="false" class="flex items-center pl-2" href="/"> <a draggable="false" class="flex items-center pl-2" href="/" alt="RGBCube">
{{ set cube_size = "0.75rem" }} {{ set cube_size = "0.75rem" }}
{{ set cube_small = true }} {{ set cube_small = true }}
{{ set cube_last = true }} {{ set cube_last = true }}

View file

@ -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 everything, a universal build system. This includes Linux/Darwin/Windows
distributions, all under the same tool. 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: links:
- [Blog](/blog/) - [Blog](/blog/)

View file

@ -230,8 +230,10 @@ html, body {
code:not(pre > code) { code:not(pre > code) {
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white; @apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
a:hover &, a:active & { &:not(a code) {
@apply border-transparent; a:hover &, a:active & {
@apply border-transparent;
}
} }
} }

View file

@ -66,7 +66,7 @@ use the `tr-swapped-i` XKB layout.
In Hyprland (The WM I use) you can do it like this: In Hyprland (The WM I use) you can do it like this:
```cpp ```py
# In ~/.config/hypr/hyprland.conf # In ~/.config/hypr/hyprland.conf
input { input {
kb_layout = "tr-swapped-i" 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` Here is a `.map` file that overrides the `trq` layout and swaps the `ı` and `i`
keys: keys:
```cpp ```py
include "/usr/share/keymaps/i386/qwerty/trq.map" include "/usr/share/keymaps/i386/qwerty/trq.map"
keycode 23 = i keycode 23 = i