bigbite / benenson-child

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:CSS 91.8%Language:JavaScript 6.9%Language:PHP 1.0%Language:HTML 0.2%