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

@@ -204,6 +204,40 @@
<h1 class="text-center">Posts</h1>
<div class="mt-6 pt-6 border-t border-t-base-alt dark:border-t-[#39394b] break-keep">
<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>
<time class="text-dark-grey dark:text-grey" datetime="2026-05-20T15:49:16+01:00">May 20, 2026</time>
<span class="text-sm text-grey italic">time passes thats crazy</span>
</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 written using norg, a neovim org mode analog. For those of you unfamiliar with emacs terminology (ew), org mode is basically what jupyter notebooks were written with before jupyter notebooks existed. It'…
</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>
<time class="text-dark-grey dark:text-grey" datetime="2026-03-28T19:03:27+00:00">March 28, 2026</time>
<span class="text-sm text-grey italic">Nix is surprisingly versatile</span>
</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 it didn't do that, then there would be no point in it existing. But, the syntax is a pain in the ass, and the documentation is half baked at best. For reference, everything I talk about here is coming…
</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>
@@ -286,6 +320,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>