feat: Import recipes and create cafe/diner menu

Imported Abby's Binning Family Menu and created a minimal diner-style menu
page on the main website with a curated selection of items from the recipe
book.
This commit is contained in:
Matthew Binning 2026-01-15 17:30:06 -08:00
parent 755e30eb10
commit 9d58e1f8ee
7 changed files with 143 additions and 6 deletions

View file

@ -7,7 +7,7 @@ printf "Building blog with mdbook...\n"
mdbook build
# Common files to deploy (shared between staging and prod)
DEPLOY_FILES="blog includes index.html resume.html style.css 404.html"
DEPLOY_FILES="blog includes index.html menu.html resume.html style.css 404.html cover.jpg"
# Usage information
usage() {