Skip to content

codeablehq/Sip

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published