sitepilot/child-theme

A child theme used by Sitepilot for developing custom WordPress websites.

v1.4.0 2021-03-16 10:43 UTC

This package is auto-updated.

Last update: 2024-04-26 20:41:01 UTC


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

  1. Create a new composer project composer create-project sitepilot/child-theme <theme-name>.
  2. Modify style.css to your needs.
    • Optional: replace astra with another theme if you would like to use another parent theme.
  3. 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.