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.
This commit is contained in:
Matthew Binning 2026-01-02 07:16:46 -08:00
parent bddfef86eb
commit b8ced83900
6 changed files with 219 additions and 5 deletions

View file

@ -1,5 +1,3 @@
(A) Populate the blog sections dynamically with blog folders using some include or frame mechanism
(B) Add a sidebar to navigate across the Blog sections, subsections, and pages
(C) Integrate photos for recipes
DefCon article
Oktoberfest article
@ -23,3 +21,5 @@ x Re-use code or code blocks where possible between staging.nginx.nix and prod.n
x Re-use code or code blocks where possible between deploy.sh staging and deploy.sh prod
x Re-theme the blog with sepia tone and monospace fonts/typefaces.
x Create a recipe section in the blog based on the markdown content in blog/public/recipes
x Populate the blog sections dynamically with blog folders using some include or frame mechanism
x Add a sidebar to navigate across the Blog sections, subsections, and pages