diff --git a/archetypes/Articles.md b/archetypes/Articles.md new file mode 100644 index 0000000..f61e9d0 --- /dev/null +++ b/archetypes/Articles.md @@ -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. \ No newline at end of file diff --git a/archetypes/projects.md b/archetypes/projects.md deleted file mode 100644 index 83b34a4..0000000 --- a/archetypes/projects.md +++ /dev/null @@ -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"] ---- - - - -### 📋 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 diff --git a/content/Articles/eink-todoist/eink.jpg b/content/Articles/eink-todoist/eink.jpg new file mode 100644 index 0000000..ec9929a Binary files /dev/null and b/content/Articles/eink-todoist/eink.jpg differ diff --git a/content/Articles/eink-todoist/featured.jpg b/content/Articles/eink-todoist/featured.jpg new file mode 100644 index 0000000..0acc6ca Binary files /dev/null and b/content/Articles/eink-todoist/featured.jpg differ diff --git a/content/Articles/eink-todoist/index.md b/content/Articles/eink-todoist/index.md new file mode 100644 index 0000000..537184a --- /dev/null +++ b/content/Articles/eink-todoist/index.md @@ -0,0 +1,30 @@ +--- +title: "Eink Todoist" +date: 2026-04-04T12:17:11+01:00 +draft: false +image: /Articles/eink-todoist/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](./eink.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. \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index de2139c..f11e7b2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,6 +5,7 @@ type: "background" layout: "profile" showAuthor: true --- + {{< typeit tag=h3 speed=30 diff --git a/content/contact.md b/content/contact.md index c9795c5..8f35ba4 100644 --- a/content/contact.md +++ b/content/contact.md @@ -6,7 +6,7 @@ showDate: false showReadingTime: false showTaxonomies: false showPagination: false -showTableOfContents: false +showTableOfContents: true showAuthor: true ---