refactor: Move main website files to a subfolder

Moved the main HTML/CSS files into a dedicated subfolder and updated
deployment configuration accordingly.
This commit is contained in:
Matthew Binning 2026-01-21 14:26:41 -08:00
parent 9aace43357
commit a421d8e661
13 changed files with 12 additions and 10 deletions

6
.gitignore vendored
View file

@ -1,4 +1,4 @@
book
blog/*
blog/
src
content/*
content-minimal/*
example/*