From db533a26979b1bdc83894d92e42b8f0ddc8f19b7 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 14 May 2025 19:44:44 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-14 19:44:44 --- content/page/homelab/index.md | 30 +++++++++++++++++++ content/post/blog-deployment.md | 2 +- content/post/my-first-post.md | 2 +- .../post/proxmox-cloud-init-vm-template.md | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index cdb974c..04b9ba7 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -9,9 +9,39 @@ menu: params: icon: flask --- +## Introduction + +from raspberry pi to discover linux + + + +## Why a Homelab ? + +experiment +privacy + +Advantages +- a lot of experience +Inconvenient +- buy hardware +- power consumption + + + + + + + + + + + + Welcome to my homelab — a space where I explore new technologies, break things on purpose, and learn by doing. What started as a few old machines has grown into a modest but powerful setup that I use for self-hosting, automation, testing infrastructure tools, and running personal projects. + + ## 1. Hardware I currently run a 3-node cluster built with energy-efficient mini PCs and repurposed desktops. Here's a breakdown: diff --git a/content/post/blog-deployment.md b/content/post/blog-deployment.md index 2b00c49..7756d7a 100644 --- a/content/post/blog-deployment.md +++ b/content/post/blog-deployment.md @@ -1,7 +1,7 @@ --- title: Blog Deployment featuring Obsidian, Hugo and Gitea Actions date: 2025-05-02 -draft: true +draft: false tags: - obsidian - hugo diff --git a/content/post/my-first-post.md b/content/post/my-first-post.md index b5efdb4..63a66d3 100644 --- a/content/post/my-first-post.md +++ b/content/post/my-first-post.md @@ -1,7 +1,7 @@ --- title: Welcome to My Homelab Blog date: 2025-04-25 -draft: false +draft: true tags: - homelab - infrastructure diff --git a/content/post/proxmox-cloud-init-vm-template.md b/content/post/proxmox-cloud-init-vm-template.md index 98867ba..64952fc 100644 --- a/content/post/proxmox-cloud-init-vm-template.md +++ b/content/post/proxmox-cloud-init-vm-template.md @@ -1,7 +1,7 @@ --- title: Proxmox - Create a Cloud-Init VM Template date: 2025-01-31 -draft: true +draft: false tags: - proxmox - cloud-init