From 21fdce441200268bd5efebc561956b52b6368d42 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 ce28889569c1e0914baca84a6ee893c734e079e7. --- 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: -# -