Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.48 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.48 KB

Block Theme Scaffold for WordPress

A scaffold for block themes using a modified wp-scripts workflow.

Features

  1. WP-Env - Optional Docker-powered local development environment.
  2. Auto-Required Includes - Automatically required files in includes for a streamlined functional programming approach.
  3. Composer - Composer for managing PHP dependencies.
  4. Sass Style Framework - A structured Sass framework for building block themes.
  5. Block Styles - Automatically enqueued block styles defined with a file header comment.
  6. Block Stylesheet Overrides - Automatically enqueued block stylesheet overrides for core and third-party blocks.
  7. Custom Block Workflow - A custom block development workflow using @wordpress/scripts.
  8. 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).
  9. Block Patterns, Parts, and Templates - Scaffolded parts, patterns, and templates folders.
  10. Humans.txt - A humans.txt file for giving credit where credit is due.