From 8d395d6b54bec35184434546c835f2bc4e30ea73 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 9 Jun 2025 10:49:13 -0400 Subject: Include reusable CSS and updates for new VPS --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 6d3e1bb..7d0b8ec 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ # ! /bin/sh +cp style.css public/ (cat _header.html; multimarkdown index.md; cat _footer.html) > public/index.html find public -type f \( -name "*.html" -o -name "*.css" \) -exec gzip -k -f {} \; -- cgit v1.2.3-70-g09d2