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.
This commit is contained in:
Matthew Binning 2026-01-02 08:21:33 -08:00
parent ef461c7afd
commit 9743023e85
2 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
book
blog/*
content/*
content/*
content-minimal/*