From 6006eecc2d794383832c6e74f0ab0e4e79dc2e01 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 3 Jun 2025 19:41:04 -0500 Subject: Revert "feat: build script now automatically updates index posts" This reverts commit 9271e08b1a930bf19160d3df7a35840e2b9732a9. --- build.sh | 172 +++++++++++++-------------------------------- theme/templates/index.html | 42 ++++++++++- 2 files changed, 89 insertions(+), 125 deletions(-) diff --git a/build.sh b/build.sh index 506909c..66887b3 100755 --- a/build.sh +++ b/build.sh @@ -1,128 +1,56 @@ -#!/usr/bin/env bash -set -e - -# ----------------------------------------------------------------------------- -# Function: generate_recent_posts -# After publishing to .build/, finds the 3 newest HTML files under .build/blog -# (excluding blog index.html), extracts each post’s date/title/tags by: -# -