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 9d58e1f8ee
commit ace57324b1
12 changed files with 6 additions and 8 deletions

6
.gitignore vendored
View file

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