new article
This commit is contained in:
@@ -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://blog.voidarc.co.uk/posts/been-a-while/">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://blog.voidarc.co.uk/posts/been-a-while/">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://blog.voidarc.co.uk/posts/cool-nix-shit/">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://blog.voidarc.co.uk/posts/cool-nix-shit/">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://blog.voidarc.co.uk/posts/nix/">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://blog.voidarc.co.uk/rss.xml"
|
||||
class="hover:text-blue"
|
||||
>
|
||||
<span>Rss</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user