Commit Graph
30 Commits
Author SHA1 Message Date
Keith Solomon 1905a0cfd0 fix(theme): namespace swap on views/* files missed by Tasks 5/16 2026-08-16 13:51:28 -05:00
Keith Solomon 7d381e2d2e test: add Playwright + axe specs for home, archive, single 2026-08-16 13:48:53 -05:00
Keith Solomon 6dcd1233be style: PHPCS clean across theme PHP 2026-08-16 13:37:49 -05:00
Keith Solomon aaef1ee4f8 feat(buttons): dark-surface button variants with WCAG-AA contrast 2026-08-16 13:24:04 -05:00
Keith Solomon 8125d1c818 feat(templates): namespace swap + dark surface + remove picsum fallbacks 2026-08-16 13:20:06 -05:00
Keith Solomon 2d9f92618b feat(footer): Carbon Blue surface + cleaner widget rendering 2026-08-16 13:12:01 -05:00
Keith Solomon bb8c35a0a3 feat(header): three-region layout + dark nav colors 2026-08-16 13:09:48 -05:00
Keith Solomon 9005aeed1a refactor: rename namespace SoloFrameEvo to KsPortfolio 2026-08-16 13:06:38 -05:00
Keith Solomon 664e227f15 feat(home): rebuild front-page template to match Carbon Blue mockup 2026-08-16 13:00:32 -05:00
Keith Solomon 353030d2dc feat(projects): add single-projects detail template 2026-08-16 12:54:38 -05:00
Keith Solomon 5ab42f02ab feat(projects): add taxonomy-project-type template 2026-08-16 12:47:03 -05:00
Keith Solomon b0ed0d7a5a fix(aura): drive blur via @media instead of broken argument 2026-08-16 12:44:15 -05:00
Keith Solomon 1caef627a0 feat(projects): add archive-projects template 2026-08-16 12:41:50 -05:00
Keith Solomon 5619522bf6 feat(projects): add project meta-row component 2026-08-16 12:39:20 -05:00
Keith Solomon 3fae5e54ac feat(projects): add stat-card partial 2026-08-16 12:36:21 -05:00
Keith Solomon 248179ac58 fix(projects): replace raw color literals with tokens in project-card.css 2026-08-16 12:33:58 -05:00
Keith Solomon 631ff4e1d0 feat(projects): add reusable project-card component + styles 2026-08-16 12:30:50 -05:00
Keith Solomon 83d4540a07 fix(projects): add class-level docblock to satisfy WPCS 2026-08-16 12:28:02 -05:00
Keith Solomon 0e502b64cb feat(projects): add provider-agnostic helper for templates 2026-08-16 12:25:26 -05:00
Keith Solomon 8c4e6d8d08 feat(aura): add Carbon Blue atmospheric background partial 2026-08-16 12:21:29 -05:00
Keith Solomon 1fef4c22a4 feat(tokens): add Carbon Blue dark-surface tokens; fix theme.json presets 2026-08-16 12:19:21 -05:00
Keith Solomon ccccd87544 feat(theme): add --font-headings; flip body to Carbon Blue dark 2026-08-16 12:16:20 -05:00
Keith Solomon 969cdb14a0 chore: set Playwright baseURL to portfolio.test 2026-08-16 12:13:08 -05:00
Keith Solomon af8e13d3a8 Add Portfolio 2026 implementation plan 2026-08-16 12:04:21 -05:00
Keith Solomon 6f828ad3d8 Add Portfolio 2026 design spec 2026-08-16 11:58:22 -05:00
Keith Solomon d27240226b Merge pull request #3 from ksolomon/SoloFrame-Evo
Style.css update
2026-07-29 16:02:14 -05:00
Keith Solomon cb3afb7453 Merge branch 'main' into SoloFrame-Evo 2026-07-29 16:00:32 -05:00
Keith Solomon c5250c594b 🔵 other: Update style.css 2026-07-29 15:59:24 -05:00
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 de48640b57 🔵 other: Update .gitignore 2026-07-29 15:49:53 -05:00