This project is designed to streamline WordPress blocks based theme development by incorporating modern tools and practices.
It tries to provide a good starting point for agencies wanting to build the best editing experiences for their clients while still using the tools they know and love in a classic Timber based WordPress theme environment.
- Bedrock/Roots: Utilizes the Bedrock and Roots stack for improved WordPress project structure and management.
- TailwindCSS: Includes TailwindCSS for styling the frontend and custom Gutenberg Blocks.
- Block Scaffolding Tool: Provides a tool to easily scaffold new Gutenberg blocks.
- Twig Rendering: Uses Twig templates to render Gutenberg blocks, allowing the use of templates, includes, etc.
To set up and get started with the theme, check out the following pages on our GitHub wiki:
- Project Setup: Instructions for cloning the project, installing dependencies, and configuring the environment.
- Scaffolding Gutenberg Blocks with Twig: Guide on using the block scaffolding tool to create new Gutenberg blocks with Twig templates.
- Managing Menus and Custom Post Types: Information on how to manage WordPress menus and custom post types using the
App.php
file.
This project is licensed under the MIT License.
For more details and documentation, visit our GitHub wiki.