From 1a382daadb15d68324328da5ef9050e6ca30c4e4 Mon Sep 17 00:00:00 2001 From: Ash Marlow Date: Fri, 20 Feb 2026 12:25:35 +0000 Subject: [PATCH] archetypes --- archetypes/projects.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 archetypes/projects.md diff --git a/archetypes/projects.md b/archetypes/projects.md new file mode 100644 index 0000000..c1ded12 --- /dev/null +++ b/archetypes/projects.md @@ -0,0 +1,36 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +image: "featured.jpg" +summary: "A 1-2 sentence hook for the project box." +tags: ["LXC", "Self-Hosting"] +--- + + + +### 📋 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: +> `` + +--- + +### 🏁 Summary & Lessons Learned +Wrap up your project here. What would you do differently next time? This provides that "closing" feel for a future employer. \ No newline at end of file