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

index 9d45b549bb0b85a9f6b9e00d6bd528df50c46cec..d4524b620ce72b839ebedbeb7edf4423a0475711 100644 (file)
@@ -3,12 +3,13 @@ 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: 
+<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
 provider. All self-hosted, literally. Well, with the sole exception of
-CloudFlare Tunnels, course. 
+CloudFlare Tunnels, of course. 
 
 How did I do it?
 
@@ -21,7 +22,7 @@ Docker Hub. This is all automated in my git server, as we'll see in a minute.
 
 Next, my stuff is hosted in a git server that I own. This server is exposed via
 SSH and cloudflare tunnels. I have it configured to only allow public key
-authentication and not root login, for example. Also, the SSH port is not
+authentication and no root login, for example. Also, the SSH port is not
 publicly exposed and is only accessible via cloudflared.
 
 Now, Git has hooks for both server and client. In this case, we are interested