diff --git a/public/css/colours.css b/public/css/colours.css
index e43956c..838d262 100644
--- a/public/css/colours.css
+++ b/public/css/colours.css
@@ -11,7 +11,9 @@
--margin: 4px;
--gap: 10px;
- --radius: 4px;
+ --border-thickness: 3px;
+
+ --radius: 8px;
}
pre.codeblock {
diff --git a/public/css/css.css b/public/css/css.css
index 9401841..7aee9e4 100644
--- a/public/css/css.css
+++ b/public/css/css.css
@@ -62,14 +62,14 @@ body {
#content>div {
background: var(--background);
- border: 4px solid var(--border);
+ border: var(--border-thickness) solid var(--border);
border-radius: var(--radius);
padding: var(--padding);
align-content: center;
}
#content>div:nth-child(3n+1) {
- border: 4px solid var(--border2);
+ border-color: var(--border2);
}
#background {
diff --git a/public/index.html b/public/index.html
index 0dddade..2deb6b8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -21,7 +21,7 @@
-
Projects I've finished
+
Projects I've finished
- Openbirch
(made it to an alpha release)
- Minecraft server
diff --git a/public/posts/openbirch.md b/public/posts/How I made a programming language 700x slower than python.md
similarity index 99%
rename from public/posts/openbirch.md
rename to public/posts/How I made a programming language 700x slower than python.md
index 7e78294..ef7a872 100644
--- a/public/posts/openbirch.md
+++ b/public/posts/How I made a programming language 700x slower than python.md
@@ -1,3 +1,4 @@
+1
Functions Vectors Evaluate Isolate Solve Matrix Tensor Calculus Derivation Limit Procedures Scopes Statements Interpreter Parser Lexer
# Openbirch
Cool fucking cas tool.
diff --git a/public/posts/minecraft-proxy.md b/public/posts/Putting hungry minecraft servers to sleep.md
similarity index 97%
rename from public/posts/minecraft-proxy.md
rename to public/posts/Putting hungry minecraft servers to sleep.md
index d272957..1e7bc74 100644
--- a/public/posts/minecraft-proxy.md
+++ b/public/posts/Putting hungry minecraft servers to sleep.md
@@ -1,3 +1,4 @@
+2
Minecraft Rust Async Networking Proxy CRIU
# Minecraft servers are HUNGRY
They hunger for your ram and your cpu. This makes it either expensive or laggy to try and host multiple servers at once.
@@ -30,4 +31,4 @@ Once it reaches 0 the server is hibenated using CRIU, which writes the entire me
This means that joining a hibernated server only takes a few seconds, and any server currently hibernating will only take up disk space.
It can also be restored even after system restarts, so it would be possible to halt systemd shutdowns until all servers are hibernated.
-
+
diff --git a/public/posts/index.html b/public/posts/index.html
index 740401b..1c48b26 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -32,7 +32,7 @@
transform: translate(-50%, -50%);
height: 80%;
max-width: 90%;
- object-fit:contain;
+ object-fit: contain;
border-radius: 0px;
background: transparent;
}
@@ -53,7 +53,7 @@
@@ -70,9 +70,30 @@