feat: Import recipes and create cafe/diner menu

This commit is contained in:
Matthew Binning 2026-01-15 17:30:06 -08:00
parent 07c30f19d7
commit 24f0e0463a
8 changed files with 149 additions and 11 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() {