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

1
.gitignore vendored
View file

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

View file

@ -1,6 +1,3 @@
(A) Move copper chronicle to the private section of the blog.
(B) Add a lock symbol to the mdbook sidebar to indicate private/restricted sections.
(C) Create a "minimal" content set to test building and deployment without the entire blog/content.
(D) Integrate photos for recipes
Fill out the DefCon article
Fill out the Oktoberfest article
@ -25,3 +22,6 @@ x Re-theme the blog with sepia tone and monospace fonts/typefaces.
x Create a recipe section in the blog based on the markdown content in blog/public/recipes
x Populate the blog sections dynamically with blog folders using some include or frame mechanism
x Add a sidebar to navigate across the Blog sections, subsections, and pages
x Move copper chronicle to the private section of the blog.
x Add a lock symbol to the mdbook sidebar to indicate private/restricted sections.
x Create a "minimal" content set to test building and deployment without the entire blog/content.