From 4d196001ecd373243227eaa3c818e4383b2c32a4 Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Thu, 12 Mar 2026 21:16:26 -0400 Subject: Finish first section --- posts/buildablog-v2.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/posts/buildablog-v2.md b/posts/buildablog-v2.md index 63abb95..c19a78e 100644 --- a/posts/buildablog-v2.md +++ b/posts/buildablog-v2.md @@ -13,5 +13,29 @@ tags = ["go", "buildablog"] +++ -[A previous post](/posts/2026-03-06) +# I Finally Did It + +This post is how I solved a problem raised in [a previous +post](/posts/2026-03-06). There, I had left things halfway: I had only installed some +infrastructure, in the form of Cgit, that was partially +suggestive of a solution. + +Here, I document how I finally leveraged that piece as part of a +*full* solution to the problem. + +Previously, the steps for updating my blog's content had been: + +1. Commit all changes. +2. Push the changes to GitHub. +3. Log in via SSH into my VPS. +4. Perform a `cd` into the `brandons_blog` directory, and run `git + pull`. + +Now, they're simply: + +1. Commit all changes. +2. Push to `https://git.brandonirizarry.xyz/brandons_blog`. + +# `go-git` + -- cgit v1.2.3