A scaffold for block themes using a modified wp-scripts workflow.
- WP-Env - Optional Docker-powered local development environment.
- Auto-Required Includes - Automatically required files in
includesfor a streamlined functional programming approach. - Composer - Composer for managing PHP dependencies.
- Sass Style Framework - A structured Sass framework for building block themes.
- Block Styles - Automatically enqueued block styles defined with a file header comment.
- Block Stylesheet Overrides - Automatically enqueued block stylesheet overrides for core and third-party blocks.
- Custom Block Workflow - A custom block development workflow using
@wordpress/scripts. - Theme.json and front end Global Styles switcher - A
theme.jsonfile for defining global styles and settings, and a Global Style Switcher block for switching between alternate global styles (dark mode). - Block Patterns, Parts, and Templates - Scaffolded
parts,patterns, andtemplatesfolders. - Humans.txt - A
humans.txtfile for giving credit where credit is due.