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 e49c53c85b
commit 9aace43357
8 changed files with 149 additions and 11 deletions

View file

@ -1,11 +1,9 @@
(A) Fix anchors (relative links) showing in mdbook's sidebar.
Create a minimal "Menu" (food menu) page on the main website, which has a selection of line items from the recipe book. @Cline
(A) Move the resume to the private section and add the lock symbol. @Cline
(B) Change deploy.sh into a Makefile with operations for build, deploy [staging|production] @Cline
Reduce the CSS where possible. Match my website's theme to align with mdbook's theme. @Cline
Theme Forgejo where possible to match the theme. @Cline
Change deploy.sh into a Makefile with operations for build, deploy [staging|production] @Cline
Personalize the index page.
Move the resume to the private section and add the lock symbol.
Change the title of the Blog.
Personalize the introduction page of the blog.
Integrate photos for recipes
@ -37,4 +35,7 @@ x Populate the blog sections dynamically with blog folders using some include or
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.
x Create a "minimal" content set to test building and deployment without the entire blog/content.
x Import Abby's Binning Family Menu @Cline
x Fix anchors (relative links) showing in mdbook's sidebar.
x Create a minimal "Menu" (food menu) page on the main website, which has a selection of line items from the recipe book. @Cline