sitepilot / theme
WordPress starter theme with a modern development workflow.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.0
- sitepilot/wp-theme: ^1.0
README
WordPress starter theme with a modern development workflow.
Features
- 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
Requirements
Installation
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.
Development
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.