new article
This commit is contained in:
43
index.html
43
index.html
@@ -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://blog.voidarc.co.uk/posts/been-a-while/">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://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>
|
||||
<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://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>
|
||||
@@ -295,6 +329,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