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 d2421d41f3
commit edcb1a9059
5 changed files with 217 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
content/*
blog/*