add images to posts
Some checks failed
Deploy Blog / deploy (push) Has been cancelled

This commit is contained in:
2025-12-28 22:53:52 +02:00
parent 67e207c4f9
commit 095e18e036
6 changed files with 56 additions and 14 deletions

View File

@@ -14,6 +14,16 @@
<p class="text-gray-600">{data.metadata.date}</p>
</header>
{#if data.metadata.image}
<div class="mb-8 -mx-4 md:mx-0">
<img
src={data.metadata.image}
alt={data.metadata.title}
class="w-full rounded-lg"
/>
</div>
{/if}
<div
class="prose-headings:font-semibold prose-a:text-electric-violet-800 prose-a:no-underline hover:prose-a:underline"
>

View File

@@ -2,6 +2,7 @@
title: "How It's Made - The Homelab (if I can call it that)"
date: "2025-12-22"
excerpt: "How I bought an office PC at a protest and turned it into t h e c l o u d over the course of a weekend."
image: "/images/posts/homelab-hp-prodesk.jpeg"
---
## Set And Setting