Commit graph

9 commits

Author SHA1 Message Date
Matthew Binning
a421d8e661 refactor: Move main website files to a subfolder
Moved the main HTML/CSS files into a dedicated subfolder and updated
deployment configuration accordingly.
2026-01-21 14:26:41 -08:00
Matthew Binning
9aace43357 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.
2026-01-15 17:30:06 -08:00
Matthew Binning
e49c53c85b fix: Rsync subdirs properly on prod deployment
Fixed rsync flags to correctly sync subdirectories when deploying to prod.
2026-01-02 08:39:49 -08:00
Matthew Binning
9743023e85 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.
2026-01-02 08:21:33 -08:00
Matthew Binning
ef461c7afd feat: Add navbar to blog/mdbook
Added a top navbar to the mdbook output to match the main website's
navigation.
2026-01-02 07:59:43 -08:00
Matthew Binning
b8ced83900 feat: Convert the blog to mdbook
Replaced the custom HTML/CSS blog with mdbook. Gained a sidebar for
navigating sections, subsections, and pages. Applied a sepia-tone,
monospace theme. Blog sections now populate from SUMMARY.md rather than
manually maintained HTML includes.
2026-01-02 07:16:46 -08:00
Matthew Binning
bddfef86eb feat: Add a recipe book
Created a recipe section in the blog from existing markdown content.
2026-01-02 06:46:36 -08:00
Matthew Binning
bd24208274 feat: Add deployment to a staging environment
Added staging.nginx.nix modeled on prod.nginx.nix, configuring nginx as a
local staging server. Updated deploy.sh to target either staging or prod
over SSH. Consolidated shared configuration between the two nginx nix
files and between the staging and prod deploy paths in deploy.sh.
2026-01-01 16:44:54 -08:00
Matthew Binning
a754bf5001 init: Restart blog
Bootstrapped the site from scratch following a data loss event. Set up a
simple HTML/CSS page served from nginx. Added a navbar with the index page
anchored in the top-left, a blog page link, and a link to the Forgejo
instance. Added contact info and a genealogy blurb to the index page.
Added an example resume page linked from the navbar.
2026-01-01 16:44:07 -08:00