sitepilot / child-theme
A child theme used by Sitepilot for developing custom WordPress websites.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
README
A WordPress child theme for developing custom websites. This child theme is used to speed up development and integrates with our Sitepilot plugin.
Usage
- Create a new composer project
composer create-project sitepilot/child-theme <theme-name>
. - Modify
style.css
to your needs.- Optional: replace
astra
with another theme if you would like to use another parent theme.
- Optional: replace
- Start compiling scripts and stylesheets:
npm run watch
.
This child theme uses Laravel Mix for compiling scripts and styles. More information about configuring and using Laravel Mix can be found here.