🖥️ {title}
++
I do love board games! Currently my favorite has to be Magic The Gathering, it eats up way too much of my time and salary, but i find the game so engaging and fun.
-- I mostly spend my time hanging out with friends, playing magic, or tinkering in my homelab. -
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index ebbcd30..9b32973 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -94,7 +94,6 @@ const posts = (await getCollection('blog')).sort( posts.map((post) => ({post.data.title}
All bout the homelab!
+What is in my homelab now?
++ So my current homelab has gotten quite extensive, which honestly is a pain because electricity is expensive as hell. +
+I have waaaaay too many servers, and they are not at all used to their full capabilites. But i am a tinkerer at heart. + Owning a proxmox cluster with 6 nodes, or a 5 node K3S cluster is just fun to me. It doesn't really matter that it costs money, it is a hobby. So without further ado, + let me explain each server, and what it is currently being used for. +
+As you can probably tell, i use greek mythology for the naming scheme of physical machines :P
+-
+ {
+ servers.map((s) => (
+
-
+
+
🖥️ {s.data.title}
+ +
+ ))
+ }
+
Homelab blog:
+-
+ {
+ posts.length == 0 ?
-
+
+
{post.data.title} +
+
+ ++
+ ))
+ }
+
Wow, such empty
: + posts.sort((a,b) => { + return b.data.pubDate.getTime() - a.data.pubDate.getTime() + }).map((post) => ( +