From de518cf0b97f667a5151070f6a21605e763ab6b9 Mon Sep 17 00:00:00 2001 From: Matthew Binning Date: Fri, 2 Jan 2026 08:21:33 -0800 Subject: [PATCH] feat: Add minimal content option for testing Added a minimal content set so the site can be built and deployed without pulling in the full blog content, making it faster to test the build and deployment pipeline in isolation. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f84f017..6612d23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ book blog/* -content/* \ No newline at end of file +content/* +content-minimal/*