]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
refactor: wording
authorAlexander Goussas <[email protected]>
Fri, 1 May 2026 15:50:46 +0000 (10:50 -0500)
committerAlexander Goussas <[email protected]>
Fri, 1 May 2026 15:50:46 +0000 (10:50 -0500)
posts/2026-04-30-how-i-manage-my-blog.md
public/styles.css

index d4524b620ce72b839ebedbeb7edf4423a0475711..6d6dec43fb53a4f2e1644cedb6d32d85e4fdd254 100644 (file)
@@ -3,8 +3,9 @@ title: How I Manage my Blog
 date: 30 april 2026
 ---
 
-There is an accompanying video devlog available on YouTube: 
-<a href="https://www.youtube.com/watch?v=c6z5A_PRodg">https://www.youtube.com/watch?v=c6z5A_PRodg</a>.
+There is an accompanying video devlog available on YouTube, where I go more in
+depth about how this stuff is actually implemented: <a
+href="https://www.youtube.com/watch?v=c6z5A_PRodg">https://www.youtube.com/watch?v=c6z5A_PRodg</a>.
 
 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
index 8aee1a31b1c0d9409e048297cc414c77f8276b73..0312ea1ef6077b6f23488275facf6765719c5f53 100644 (file)
@@ -5,7 +5,7 @@ body {
   margin-bottom: 1rem;
   background-color: black;
   color: white;
-  font-size: 1.1rem;
+  font-size: 1.18rem;
 }
 
 h1 {