Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 889 Bytes

sea-wordpress-theme

apt install ruby-sass

Building

npm install
npm run build # generates compressed files with no comments.

npm run dev will run grunt dev

Structure

Any blocks code, content parts or theme or page specific code is generally kept in the solidarity-economy/inc folder.

CSS, JS and SASS is stored in solidarity-economy/src

Don't edit the CSS in style.css – make changes to the SASS only and grunt will rebuild style.css on each change.

Plugins

The theme comes with Advanced Custom Fields Pro - this requires a license to be ugraded but is allowed to be installed according to the license. Details can found on the ACF website. The steps on this page have been followed.