Tranche 1 — Site Architecture
Tranche 1 — Site Architecture
Restructuring the froodx root to surface nested projects cleanly while keeping the burner subsites design-independent.
What was done
- separated burner-webs into a separately built Astro project
- added markdown-driven content collections for pages, blog, initiatives
- built a hover-dropdown navigation system
Key detail
The prepare-burner-webs.mjs script builds the nested prototype independently
then copies the output into the root public folder. This means the root shell
can evolve without touching the burner styling.