summaryrefslogtreecommitdiff
path: root/build.js
AgeCommit message (Collapse)Author
2026-01-27Add dist directory generation and deploy targetPaul Buetow
Build now creates dist/ with all static assets (html, css, js, data, images). Added 'just dist' target to rsync dist/ to remote server. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Add build.js site generator for offline supportPaul Buetow
- build.js reads summaries/*.md and embeds them into books.json - Revert app.js to use embedded summaries (no fetch needed) - Site now works offline by opening index.html directly - Workflow: edit markdown → run build.js → refresh browser Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>