A scaffold for block themes using the GulpWP workflow.
- WP-Env - Optional Docker-powered local development environment.
- Auto-Required Includes - Automatically required files in
includes
for 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.json
file 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
, andtemplates
folders. - Humans.txt - A
humans.txt
file for giving credit where credit is due.