Sip is a theme based on Automattic’s Underscores, enhanced with a basic Sass framework and a minimal Gulp setup that serves as a base to build on for improved theme development workflow.
You first need to clone this repository by entering the following commands:
$ cd /your/WordPress/wp-content/themes/
$ git clone [email protected]:codeablehq/Sip.git
Now login into WordPress and activate the theme.
To make sure Gulp has all the dependencies installed on the computer, run:
$ npm install
$ bower install
Once that’s done, just run $ gulp
in your terminal and see the magic happen.
Take a look at the gulpfile.js
, which contains the necessary tasks and then explore the nicely organized Sass framework in /scss
. If you need a more comprehensive tutorial on using this theme, take a look here
Licensed under GPLv2 or later, same as Underscores.