Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.09 KB

Benenson Child

Basic Child Theme for Benenson Theme.

Stylesheets

Benenson Child theme unhooks the parent theme styles and imports them via the child theme SCSS files. Child theme styles are then hooked in using the enqueue method. Note: If your Benenson parent theme is in a different directory to the normal wp-content/themes/benenson location, you may need to change file paths in the SCSS files.

Requirements

Theme Development

Please refer to the Benenson Github Wiki for development details for child theme development.

Building Assets

  1. Run yarn install to install Node.js dependencies
  2. Run build...
    1. gulp watch to start all watch tasks or
    2. gulp build --production to build all production assets.
  3. Customize the theme.