Commit Graph
7 Commits
Author SHA1 Message Date
Keith SolomonandClaude Opus 4.7 e2f6270717 Release as SoloFrame Evo (#2)
* docs: Add onboarding documentation for new developers

Add four comprehensive guides to help new developers get started
with the VDI-Starter-v5 WordPress theme:

- docs/getting-started.md: Setup from zero, local WordPress options,
  env config, theme activation warnings, troubleshooting
- docs/architecture.md: Bootstrap flow, 7 architectural layers,
  namespace conventions, WP hooks cleanup, enqueue system, theme.json
- docs/creating-blocks.md: Step-by-step ACF block creation tutorial,
  helper functions, parent-child patterns, Tailwind integration
- docs/reference.md: Hooks/filters tables, design tokens, CSS import
  tree, JS module graph, class reference, CLI commands, deployment

Update README.md: trim deep-dive API docs (moved to reference),
add documentation links section, fix CSS paths (views/styles/ →
styles/), add missing contact-info block, fix deployment filename
typo (wpengine,yml → wpengine.yml), add backToTop.js and
enqEditorAssets(), add namespace conventions table.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs: language graph

* docs: Update readme

* 🔵 other: Rename project and publish

* 🔵 other: Update .gitignore
2026-07-29 15:52:21 -05:00
Keith Solomon 38ec5f850d 🐞 fix: Migrate blocks to use helper function for wrapper classes 2025-11-20 10:20:29 -06:00
Keith Solomon a965fb3ee0 feature: Contact Info block complete 2025-11-11 16:47:14 -06:00
Keith Solomon e8d8308729 🐞 fix: Add margin to headings 2025-11-11 15:24:38 -06:00
Keith Solomon 845d7fb21f 🐞 fix: Add headings 2025-11-11 15:23:44 -06:00
Keith Solomon 44df51f46f feature: Add content for block 2025-11-11 15:16:21 -06:00
Keith Solomon 6ece64abd1 feature: Scaffold contact info block 2025-11-11 15:07:28 -06:00