From 49dd2276073531370507fadcb672718236cc9743 Mon Sep 17 00:00:00 2001 From: IsaacIngram Date: Sun, 5 Jul 2026 22:07:09 -0400 Subject: [PATCH 1/3] Fix dockerfile (thanks @costowell) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bcc9f1..b296ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM docker.io/jekyll/builder as builder +FROM docker.io/jekyll/builder:stable as builder RUN gem install bundler:2.2.3 RUN mkdir /site; \ - chown -R jekyll:jekyll /site + chown -R jekyll:jekyll /site WORKDIR /site COPY Gemfile Gemfile.lock /site/ RUN bundle install From 8a4b24d539163e0fa94f441e0a7bd8bb16de62ec Mon Sep 17 00:00:00 2001 From: IsaacIngram Date: Sun, 5 Jul 2026 22:07:29 -0400 Subject: [PATCH 2/3] Replace TUNES with Bits 'n bytes --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bb252e2..4c60c22 100644 --- a/index.html +++ b/index.html @@ -141,10 +141,10 @@

Server room upgrade

- TUNES, an old jukebox that's being made digital + A wooden cabinet with LEDs and shelves, CSH's Bits 'n Bytes project
-

TUNES

-

Modernizing a jukebox

+

Bits 'n Bytes

+

AN AI powered vending machine

From 3c4a506c6706a78cbfbdb0f0c70a22c0f06609c8 Mon Sep 17 00:00:00 2001 From: Isaac Ingram Date: Mon, 6 Jul 2026 10:23:23 -0400 Subject: [PATCH 3/3] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4c60c22..969df9d 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@

Server room upgrade

A wooden cabinet with LEDs and shelves, CSH's Bits 'n Bytes project

Bits 'n Bytes

-

AN AI powered vending machine

+

An AI powered vending machine