From 292acc4116656fa28482d436e252972b684a80f4 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 1 May 2026 10:39:44 -0500 Subject: [PATCH] feat: add link to video in post about home lab --- posts/2026-04-30-how-i-manage-my-blog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posts/2026-04-30-how-i-manage-my-blog.md b/posts/2026-04-30-how-i-manage-my-blog.md index d5adcea..9d45b54 100644 --- a/posts/2026-04-30-how-i-manage-my-blog.md +++ b/posts/2026-04-30-how-i-manage-my-blog.md @@ -3,6 +3,8 @@ title: How I Manage my Blog date: 30 april 2026 --- +There is an accompanying video devlog available on YouTube: https://www.youtube.com/watch?v=c6z5A_PRodg. + Recently I went down the Kubernetes rabbit-hole and automated my whole blog's pipeline. From build to deployment. No GitHub actions or any other 3rd party CI provider. All self-hosted, literally. Well, with the sole exception of -- 2.43.0