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:
parent
755e30eb10
commit
9d58e1f8ee
7 changed files with 143 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue