mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 14:07:47 +00:00
Compare commits
7 commits
e22ca700ee
...
e47501b106
Author | SHA1 | Date | |
---|---|---|---|
e47501b106 | |||
708eb11680 | |||
8cf87d0718 | |||
5373cfa5df | |||
6cff5052a5 | |||
690d3e5e9f | |||
5cab01c4bc |
5 changed files with 15 additions and 9 deletions
|
@ -2,6 +2,8 @@
|
|||
layout: null
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- CHARSET -->
|
||||
<meta charset="UTF-8">
|
||||
|
@ -61,3 +63,5 @@ layout: null
|
|||
<body class="bg-white text-black dark:bg-black dark:text-white">
|
||||
{{ content }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -29,14 +29,14 @@ layout: default.vto
|
|||
</nav>
|
||||
|
||||
{{> 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 }}
|
||||
</div>
|
||||
|
||||
<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_small = true }}
|
||||
{{ set cube_last = true }}
|
||||
|
|
|
@ -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/)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue