added new article

This commit is contained in:
2026-04-04 12:20:04 +01:00
parent ed89604021
commit 8d1020d414
7 changed files with 62 additions and 37 deletions
+30
View File
@@ -0,0 +1,30 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
image: /{{ .File.Dir }}featured.png
summary: "Enter a 1-2 sentence summary here for the card grid."
tags: ["ESP32", "Self-Hosting", "Python"]
---
![Featured Image](./featured.jpg)
### 📋 Project Highlights
* **Goal:** * **Tech Stack:** * **Outcome:** Write your introductory paragraph here.
---
### Step 1 - [Title]
Write about step 1 here.
{{< gitea server="https://git.marlow.quest" repo="ash/YOUR-REPO" >}}
### Step 2 - [Title]
Write about step 2 here.
![Step 2 Image](./step2-image.jpg)
### 🏁 Summary & Lessons Learned
Wrap up your project here. What would you do differently next time? This provides that "closing" feel for a future employer.
-36
View File
@@ -1,36 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
image: /{{ .File.Dir }}featured.png
summary: "A 1-2 sentence hook for the project box."
tags: ["LXC", "Self-Hosting"]
---
<style>
section img, .content img, article img {
max-width: 50% !important;
height: auto !important;
display: block;
margin: 2rem auto;
border-radius: 8px;
}
</style>
### 📋 Project Highlights
* **Goal:** What was the main objective?
* **Tech Stack:** Proxmox, Docker, Caddy, etc.
* **Outcome:** Did it work? Is it still running?
---
### 🚀 The Deep Dive
This is where you write your main paragraphs. You can drop images anywhere using the standard syntax: `![Description](image-name.jpg)`. Thanks to the style block above, they will automatically stay at 50% width.
> **Pro-Tip:** If you ever want a specific image to be full-width, you can use HTML:
> `<img src="image.jpg" style="width: 100%;">`
---
### 🏁 Summary & Lessons Learned
Wrap up your project here. What would you do differently next time? This provides that "closing" feel for a future employer.