3 Commits

Author SHA1 Message Date
5e80185cf7 Consolidate to Eleventy as single source of truth
Remove root HTML pages and the parallel client-side scheme
(components/head.js, components/*.html, assets/js/components.js)
along with duplicated assets/, css/, fonts/ at the root. Eleventy
partials in src/_includes/ already cover head (with Plausible),
header (with mega menu and full nav), and footer. Add .claude/ to
.gitignore to keep local worktrees out of commits.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 00:25:12 +03:00
9e9cd69ce5 Migrate to 11ty and add prototype inspector
- Set up 11ty with Nunjucks templates (src/ → _site/)
- Extract shared header and footer into partials — single source of truth
- Convert all 11 pages to .njk with front matter (layout, title, permalink)
- Add base/default/ui-kit layout chain
- Add custom JS element inspector (Alt+I) with Typography, Tokens and Styles panels
- Add CLAUDE.md with architecture overview and dev commands
- Add .claude/launch.json with dev server configs
- Add docs/elementor-token-handoff.md
- Add _site/ to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 23:13:13 +03:00
7c6409974c Consolidate DP Trade into one HTML/CSS project 2026-04-17 16:02:22 +03:00