webdevid / Sip

Underscores, enhanced with Gulp and Sass for improved workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sip, a WordPress starter theme with Gulp and Sass

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.

Download and activate

You first need to clone this repository by entering the following commands:

$ cd /your/WordPress/wp-content/themes/
$ git clone git@github.com:codeablehq/Sip.git

Now login into WordPress and activate the theme.

Run Gulp

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.

Points of interest

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

Contributors

License

Licensed under GPLv2 or later, same as Underscores.

About

Underscores, enhanced with Gulp and Sass for improved workflow


Languages

Language:PHP 49.1%Language:CSS 42.2%Language:JavaScript 8.7%