LoomCollective — 2026
A Jekyll theme built for technical publishing.
| Layer | Technology |
|---|---|
| Static site | Jekyll 4.3 |
| CSS | Tailwind + custom tokens |
| JS | Alpine.js + ES modules |
| Build | Vite 6 |
| Deploy | GitHub Actions |
assets/js/core.js scans each page and loads only what it needs:
// Only ECharts loads on pages that use [data-viz]
if (document.querySelector('[data-viz]')) {
loadECharts();
}
No JavaScript tax on simple posts.
Stored in localStorage as loom-dark.
Applied synchronously in <head> — no flash on load.
The accent colour #F0177A works in both modes.
Press S to open the speaker view.