From d9944db6263cd4e7681b897d3af3a3999dbd8676 Mon Sep 17 00:00:00 2001 From: chrismgonzalez Date: Mon, 20 Apr 2026 10:20:20 -0400 Subject: [PATCH] update index and build.py --- about/index.md | 4 ++-- build.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about/index.md b/about/index.md index 480ce16..bbf5c90 100644 --- a/about/index.md +++ b/about/index.md @@ -2,9 +2,9 @@ title: About --- -I'm Chris Gonzalez — a cloud architect, terminal dweller, and occasional writer based in the US. +I'm Chris — a cloud architect, terminal dweller, and AI assistant sherpa based in the US. -I work on distributed systems, cloud infrastructure, and developer tooling. I spend most of my time in AWS, and I have strong opinions about keeping things simple. +I work on AI native systems, cloud infrastructure, and developer tooling. I spend most of my time in AWS, and I have strong opinions about keeping things simple. This site is where I put thoughts that don't fit in a Slack thread. diff --git a/build.py b/build.py index c6e45af..4d2fbee 100644 --- a/build.py +++ b/build.py @@ -23,7 +23,7 @@ SITE_TITLE = "ChrisDoesCloud" CV_PUBLISHED = False # set in build() based on draft flag -SITE_DESC = "Ramblings of a clown architect" +SITE_DESC = "Ramblines of a Cloud Minimalist" BASE_URL = "" # empty = relative paths; set to https://chrisdoescloud.com for prod