From ef2b69f631c9d9c08374ce80e6809edb2d3f92f3 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 1 May 2026 10:50:46 -0500 Subject: [PATCH] refactor: wording --- posts/2026-04-30-how-i-manage-my-blog.md | 5 +++-- public/styles.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 d4524b6..6d6dec4 100644 --- a/posts/2026-04-30-how-i-manage-my-blog.md +++ b/posts/2026-04-30-how-i-manage-my-blog.md @@ -3,8 +3,9 @@ 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. +There is an accompanying video devlog available on YouTube, where I go more in +depth about how this stuff is actually implemented: 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 diff --git a/public/styles.css b/public/styles.css index 8aee1a3..0312ea1 100644 --- a/public/styles.css +++ b/public/styles.css @@ -5,7 +5,7 @@ body { margin-bottom: 1rem; background-color: black; color: white; - font-size: 1.1rem; + font-size: 1.18rem; } h1 { -- 2.43.0