WordPress starter theme with a modern development workflow.
- Harness the power of dependency injection thanks to Sitepilot
- Compile theme assets with Laravel Mix
- Out of the box support for TailwindCSS
- Build and deploy theme files with GitHub Actions
Install this theme using Composer from your WordPress themes directory (replace theme-name
below with the name of your theme):
composer create-project sitepilot/theme <theme-name>
Optional: replace template: astra
in style.css
with another theme or remove this line to start from scratch.
This theme implements the application service container provided by our Sitepilot plugin. The service container is a powerful tool for managing class dependencies, performing dependency injection and registering service providers. More information about the service container and service providers can be found here.