new article

This commit is contained in:
2026-05-20 17:03:37 +01:00
parent 378d07e271
commit 2841327b07
18 changed files with 1298 additions and 15 deletions

View File

@@ -211,6 +211,40 @@
<section>
<h2>Recent posts</h2>
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
<div class="flex flex-col">
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;been-a-while&#x2F;">Been a While</a></h3>
<span class="text-sm text-grey italic">time passes thats crazy</span>
<time class="text-dark-grey dark:text-grey" datetime="2026-05-20T15:49:16+01:00">May 20, 2026, By Adumh00man</time>
</div>
<div class="flex flex-col">
<p>
Been a While So. Nvim 0.12 dropped and kind of made neorg die.What the hell, Neorg? This blog is wri…
</p>
<a class="no-underline! text-dark-grey font-semibold" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;been-a-while&#x2F;">Read more …</a>
</div>
</div>
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
<div class="flex flex-col">
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;cool-nix-shit&#x2F;">Cool shit you can do with nix</a></h3>
<span class="text-sm text-grey italic">Nix is surprisingly versatile</span>
<time class="text-dark-grey dark:text-grey" datetime="2026-03-28T19:03:27+00:00">March 28, 2026, By Adumh00man</time>
</div>
<div class="flex flex-col">
<p>
Nix is hard Nix is supposed to be a solve-all to the "it runs on my machine" problem. And it is. If …
</p>
<a class="no-underline! text-dark-grey font-semibold" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;cool-nix-shit&#x2F;">Read more …</a>
</div>
</div>
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
<div class="flex flex-col">
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;nix&#x2F;">Why Nixos is the Coolest Operating System</a></h3>
@@ -295,6 +329,15 @@
</a>
</div>
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
<a
href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;rss.xml"
class="hover:text-blue"
>
<span>Rss</span>
</a>
</div>
</div>
</div>